sorting.quick vocabulary
Factor handbook ยป Vocabulary index


Summary
Quicksort

Metadata
Tags:collections, algorithms
Authors:John Benediktsson


Words

Generic words
WordStack effect
inv-sort!( seq -- )
sort!( seq -- )


Ordinary words
WordStack effect
inv-sort-by!( seq quot: ( elt -- key ) -- )
inv-sort-with!( seq quot: ( obj1 obj2 -- <=> ) -- )
sort-by!( seq quot: ( elt -- key ) -- )
sort-with!( seq quot: ( obj1 obj2 -- <=> ) -- )


Files


Metadata files


Children
VocabularySummary
sorting.quick.private