Liking cljdoc? Tell your friends :D
Clojure only.

algotools.algos.dynpro

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)
raw docstring

lev-distclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close