Common Child (Lowest Common Subsequence) Java Coding Challenge | HackerRank | How'd You Code That?

Published: 08 August 2020
on channel: Ed Clark
1,463
62

Common Child on HackerRank: https://www.hackerrank.com/challenges...

Lowest Common Subsequence on Leetcode:
https://leetcode.com/problems/longest...

With every discipline, there exists proven methods that should be used to prevent redundancies when solving common problems. A physicist refers to equations; a medical surgeon relies on common surgical procedures; a chemist uses a chemical equation to describe the symbolic representation of a chemical reaction, and a mathematician or computer scientist utilizes algorithms.

Today we're leveraging a familiar computer science algorithm to solve the HackerRank Challenge Common Child.
In this challenge, the problem statement reads:
A string is said to be a child of another string if it can be formed by deleting 0 or more characters from the other string. Given two strings of equal length, what's the longest string that can be constructed such that it is a child of both?
For example, A-B-C-D and A-B-D-C have two children with a maximum length of 3: ABC, and ABD. They can be formed by eliminating either the D or C from both strings. Note that we will not consider A-B-C-D as a common child because we can't rearrange characters, and ABCD is not equal to ABDC.

Closed Captions/Subtitles - [email protected]

Video Editing - [email protected]

Song: Stardust - Ikson (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
  / ikson  


Watch video Common Child (Lowest Common Subsequence) Java Coding Challenge | HackerRank | How'd You Code That? online without registration, duration hours minute second in high quality. This video was added by user Ed Clark 08 August 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,463 once and liked it 62 people.