{"id":21839874,"url":"https://github.com/rustkas/longest-common-substring-problem","last_synced_at":"2025-03-21T15:28:30.413Z","repository":{"id":92075913,"uuid":"158027668","full_name":"rustkas/Longest-Common-Substring-Problem","owner":"rustkas","description":"Variant of solving \"Longest Common Substring Problem\"","archived":false,"fork":false,"pushed_at":"2018-11-18T14:59:05.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T10:44:45.652Z","etag":null,"topics":["algorithm-challenges","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rustkas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-11-17T21:47:19.000Z","updated_at":"2018-11-18T14:59:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"242e9dc5-5036-4f5d-b23f-73b720fe1be5","html_url":"https://github.com/rustkas/Longest-Common-Substring-Problem","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustkas%2FLongest-Common-Substring-Problem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustkas%2FLongest-Common-Substring-Problem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustkas%2FLongest-Common-Substring-Problem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustkas%2FLongest-Common-Substring-Problem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustkas","download_url":"https://codeload.github.com/rustkas/Longest-Common-Substring-Problem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244821883,"owners_count":20516003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["algorithm-challenges","rust"],"created_at":"2024-11-27T21:21:04.730Z","updated_at":"2025-03-21T15:28:30.387Z","avatar_url":"https://github.com/rustkas.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Variant of solving \"Longest Common Substring Problem\"\n\n[The longest common substring problem](http://www.softpanorama.org/Algorithms/lcs.shtml) is to find the longest string (or strings) that is a substring (or are substrings) \nof two or more strings. It should not be confused with the longest common subsequence problem. (For an explanation of \nthe difference between a substring and a subsequence, see Substring vs. subsequence).\n\n## Simplification:\nConstructs longest string as a substring of input string consisting of no more than two different characters.\n\nThis project is a library. Use `cargo` options as tests, examples and benches to explore how it works.\nHave fun.\n\n### Additional information\n* [Best Algorithms and Data Structures Books](http://www.softpanorama.org/Bookshelf/Computers/algorithms.shtml)\n* [Recommended Links](http://www.softpanorama.org/Algorithms/lcs.shtml#Recommended_Links)\n\n#### Rust information\n* rustc 1.32.0-nightly","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustkas%2Flongest-common-substring-problem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustkas%2Flongest-common-substring-problem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustkas%2Flongest-common-substring-problem/lists"}