The Wayback Machine - https://web.archive.org/web/20210725161147/https://github.com/topics/edit-distance
Skip to content
#

edit-distance

Here are 133 public repositories matching this topic...

randrick
randrick commented Oct 4, 2017

You can get aligner to work on windows command line by inserting the following lines into aligner.ccp
after line 8: #include <queue>

#ifdef _WIN32
#include "getopt.h"
#endif

#include "edlib.h"

Then adding getopt.h file. The one I used is here: https://raw.githubusercontent.com/skandhurkat/Getopt-for-Visual-Studio/master/getopt.h although that's likely not the origin of the fi

📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
  • Updated Jun 6, 2021
  • Go
recursion-and-dynamic-programming

Julia and Python recursion algorithm and dynamic programming applications including Edit Distance, Knapsack (Multiple Choice), Stock Trading, Sierpiński Carpet, Pascal Triangle, Prime Factorization, Palindrome, Coin Change, Hanoi Tower, Fibonacci
  • Updated May 13, 2021
  • Julia

Improve this page

Add a description, image, and links to the edit-distance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the edit-distance topic, visit your repo's landing page and select "manage topics."

Learn more