{"id":20078551,"url":"https://github.com/timbo-rafa/python-lcs","last_synced_at":"2026-06-09T00:32:16.061Z","repository":{"id":118734320,"uuid":"228109416","full_name":"timbo-rafa/python-lcs","owner":"timbo-rafa","description":"Longest Common Substring","archived":false,"fork":false,"pushed_at":"2019-12-15T00:51:15.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T13:14:23.872Z","etag":null,"topics":["algorithms","demo","dynamic-programming","hackerrank","python"],"latest_commit_sha":null,"homepage":"https://www.hackerrank.com/challenges/common-child","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timbo-rafa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-15T00:41:30.000Z","updated_at":"2020-05-14T14:57:57.000Z","dependencies_parsed_at":"2023-03-29T18:20:44.706Z","dependency_job_id":null,"html_url":"https://github.com/timbo-rafa/python-lcs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timbo-rafa/python-lcs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbo-rafa%2Fpython-lcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbo-rafa%2Fpython-lcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbo-rafa%2Fpython-lcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbo-rafa%2Fpython-lcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timbo-rafa","download_url":"https://codeload.github.com/timbo-rafa/python-lcs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbo-rafa%2Fpython-lcs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34086664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","demo","dynamic-programming","hackerrank","python"],"created_at":"2024-11-13T15:14:57.970Z","updated_at":"2026-06-09T00:32:16.039Z","avatar_url":"https://github.com/timbo-rafa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"A string is said to be a child of a 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?\n\nFor example, ABCD and ABDC have two children with maximum length 3, ABC and ABD. They can be formed by eliminating either the D or C from both strings. Note that we will not consider ABCD as a common child because we can't rearrange characters and ABCD != ABDC.\n\n\n#### Hackerrank Problem\n\nhttps://www.hackerrank.com/challenges/common-child\n\n#### Solution\n\nhttps://en.wikipedia.org/wiki/Longest_palindromic_substring\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbo-rafa%2Fpython-lcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimbo-rafa%2Fpython-lcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbo-rafa%2Fpython-lcs/lists"}