A set of widely-applicable (and fun!) algorithms based mainly on dynamic-programming. (To be augmented)
A set of widely-applicable (and fun!) algorithms based mainly on dynamic-programming. (To be augmented)
(lev-dist a b)
Uses dynamic programming to calculate the Levenshtein dist (number of operations) to convert between strings a and b; allowed operations being insertion, deletion and single-character substitution.
Uses dynamic programming to calculate the Levenshtein dist (number of operations) to convert between strings a and b; allowed operations being insertion, deletion and single-character substitution.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close