Vocabularies tagged "algorithms" - Factor Documentation (original) (raw)

Vocabularies tagged "algorithms"
Factor handbook » Vocabulary index » Vocabulary tags

Children from resource:core

Vocabulary Summary
sorting Merge sort for sequences

Children from resource:basis

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

Children from resource:extra

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