Vocabularies tagged “algorithms”
Factor handbook » Vocabulary index » Vocabulary tags


Children from resource:core
VocabularySummary
sortingMerge sort for sequences


Children from resource:basis
VocabularySummary
binary-searchFast searching of sorted arrays
checksums.adler-32Adler-32 checksum algorithm
lcsLevenshtein distance and diff between sequences
porter-stemmerPorter stemming algorithm
randomRandom number generator protocol and implementations
sorting.humanCorrect sorting of sequences of strings with embedded numbers
sorting.insertionInsertion sort
splitting.monotonicSplit a sequence into monotonically-increasing subsequences


Children from resource:extra
VocabularySummary
boyer-mooreBoyer-Moore string search algorithm
grouping.extras
path-findingA* path-finding algorithm
sorting.bubbleBubblesort
sorting.heapHeapsort
sorting.quickQuicksort
z-algorithmZ algorithm for pattern preprocessing