Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavotemple/dynamicprogramming
Dynamic Programming code for MO640 course
https://github.com/gustavotemple/dynamicprogramming
dynamic-programming edit-distance levenshtein-distance needleman-wunsch
Last synced: about 2 months ago
JSON representation
Dynamic Programming code for MO640 course
- Host: GitHub
- URL: https://github.com/gustavotemple/dynamicprogramming
- Owner: gustavotemple
- License: mit
- Created: 2019-04-14T13:41:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T19:18:31.000Z (over 5 years ago)
- Last Synced: 2023-07-20T20:29:33.777Z (over 1 year ago)
- Topics: dynamic-programming, edit-distance, levenshtein-distance, needleman-wunsch
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynamic Programming
Dynamic Programming code for MO640 course- Needleman Wunsch
- Edit Distance (Levenshtein Distance)
- Star Alignment (MSA)