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

edit-distance

Here are 109 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

recursion-and-dynamic-programming

Julia and Python recursion algorithm and dynamic programming applications including Edit Distance, Knapsack, Stock Trading, Sierpiński Carpet, Pascal Triangle, Prime Factorization, Palindrome, Coin Change, Hanoi Tower, Fibonacci

  • Updated Jul 29, 2020
  • Julia
Entomy
Entomy commented Aug 17, 2020

Glyph is yet-another-character-type and should be supported in the majority of situations where Char and Rune are also supported. This means achieving near 100% parity for the functions.

That being said there are certain situations where a function reasonably expects a specific type and parity should not be implemented.

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

You can’t perform that action at this time.