Install
openclaw skills install sorterSorting algorithm and system reference — comparison sorts, distribution sorts, parallel sorting, and industrial sortation. Use when choosing sorting strategies, understanding algorithmic complexity, or designing physical sortation systems.
openclaw skills install sorterQuick-reference skill for sorting algorithms, complexity analysis, and industrial sortation systems.
introscripts/script.sh intro
Overview of sorting — classification, stability, and when to use what.
comparisonscripts/script.sh comparison
Comparison-based sorts — quicksort, mergesort, heapsort, timsort.
distributionscripts/script.sh distribution
Distribution sorts — counting sort, radix sort, bucket sort.
simplescripts/script.sh simple
Simple sorts — insertion, selection, bubble, and when they actually win.
parallelscripts/script.sh parallel
Parallel and external sorting — merge sort for disk, MapReduce, GPU sorts.
choosingscripts/script.sh choosing
Decision guide — which sort for which situation, with benchmarks.
physicalscripts/script.sh physical
Physical sortation systems — warehouse sorters, postal sorting, and throughput.
tricksscripts/script.sh tricks
Sorting tricks — partial sorts, nth element, stability hacks, presorted data.
helpscripts/script.sh help
versionscripts/script.sh version
| Variable | Description |
|---|---|
SORTER_DIR | Data directory (default: ~/.sorter/) |
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com