Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emeraldacoustics/longest-common-subsequence
An algorithm to get the longest common subsequence of two arrays
https://github.com/emeraldacoustics/longest-common-subsequence
Last synced: 9 days ago
JSON representation
An algorithm to get the longest common subsequence of two arrays
- Host: GitHub
- URL: https://github.com/emeraldacoustics/longest-common-subsequence
- Owner: emeraldacoustics
- License: apache-2.0
- Created: 2024-05-23T12:54:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T14:43:48.000Z (6 months ago)
- Last Synced: 2024-07-25T02:16:52.431Z (4 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# longest-common-subsequence
An algorithm to get the longest common subsequence of two arrays