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

Опубликовано: 08 Август 2020
на канале: 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  


Смотрите видео Common Child (Lowest Common Subsequence) Java Coding Challenge | HackerRank | How'd You Code That? онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Ed Clark 08 Август 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,463 раз и оно понравилось 62 людям.