Vocabulary | Summary |
sorting | Merge sort for sequences |
Vocabulary | Summary |
binary-search | Fast searching of sorted arrays |
checksums.adler-32 | Adler-32 checksum algorithm |
lcs | Levenshtein distance and diff between sequences |
porter-stemmer | Porter stemming algorithm |
random | Random number generator protocol and implementations |
sorting.human | Correct sorting of sequences of strings with embedded numbers |
sorting.insertion | Insertion sort |
splitting.monotonic | Split a sequence into monotonically-increasing subsequences |
Vocabulary | Summary |
boyer-moore | Boyer-Moore string search algorithm |
grouping.extras | |
path-finding | A* path-finding algorithm |
sorting.bubble | Bubblesort |
sorting.heap | Heapsort |
sorting.quick | Quicksort |
z-algorithm | Z algorithm for pattern preprocessing |