Vocabularies tagged "algorithms" - Factor Documentation (original) (raw)
Vocabularies tagged "algorithms"
Factor handbook » Vocabulary index » Vocabulary tags
Children from resource:core
Vocabulary | Summary |
---|---|
![]() |
Merge sort for sequences |
Children from resource:basis
Vocabulary | Summary |
---|---|
![]() |
Fast searching of sorted arrays |
![]() |
Adler-32 checksum algorithm |
![]() |
Levenshtein distance and diff between sequences |
![]() |
Porter stemming algorithm |
![]() |
Random number generator protocol and implementations |
![]() |
Correct sorting of sequences of strings with embedded numbers |
![]() |
Insertion sort |
![]() |
Split a sequence into monotonically-increasing subsequences |
Children from resource:extra
Vocabulary | Summary |
---|---|
![]() |
Boyer-Moore string search algorithm |
![]() |
|
![]() |
A* path-finding algorithm |
![]() |
Bubblesort |
![]() |
Heapsort |
![]() |
Quicksort |
![]() |
Z algorithm for pattern preprocessing |