Liking cljdoc? Tell your friends :D
Clojure only.

info.bowyer.sam-diff.optimised.dijkstra-string

Wrapper functions around a Dijksta based string comparison. It is a simple algorithm that is relatively easy to see is correct. It forms the basis of the more complicated variable weight bi-directional Dijksta non-atomic sequence algorithm. It is also used as a comparison in property based testing the more complicated algorithms.

Wrapper functions around a Dijksta based string comparison.
It is a simple algorithm that is relatively easy to see is correct.
It forms the basis of the more complicated variable weight bi-directional
Dijksta non-atomic sequence algorithm.
It is also used as a comparison in property based testing the more complicated
algorithms.
raw docstring

diffclj

(diff a b)

Convenience method

Convenience method
raw docstring

edit-distanceclj

(edit-distance a b)

Convenience method

Convenience method
raw docstring

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

× close