返回顶部
s

sorter

Sorting 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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
106
下载量
0
收藏
概述
安装方式
版本历史

sorter

# Sorter — Sorting Reference Quick-reference skill for sorting algorithms, complexity analysis, and industrial sortation systems. ## When to Use - Choosing the right sorting algorithm for a dataset - Understanding time/space complexity of sorting methods - Designing physical sortation systems for warehouses - Optimizing sort performance for large-scale data processing - Comparing stable vs unstable sorts for specific use cases ## Commands ### `intro` ```bash scripts/script.sh intro ``` Overview of sorting — classification, stability, and when to use what. ### `comparison` ```bash scripts/script.sh comparison ``` Comparison-based sorts — quicksort, mergesort, heapsort, timsort. ### `distribution` ```bash scripts/script.sh distribution ``` Distribution sorts — counting sort, radix sort, bucket sort. ### `simple` ```bash scripts/script.sh simple ``` Simple sorts — insertion, selection, bubble, and when they actually win. ### `parallel` ```bash scripts/script.sh parallel ``` Parallel and external sorting — merge sort for disk, MapReduce, GPU sorts. ### `choosing` ```bash scripts/script.sh choosing ``` Decision guide — which sort for which situation, with benchmarks. ### `physical` ```bash scripts/script.sh physical ``` Physical sortation systems — warehouse sorters, postal sorting, and throughput. ### `tricks` ```bash scripts/script.sh tricks ``` Sorting tricks — partial sorts, nth element, stability hacks, presorted data. ### `help` ```bash scripts/script.sh help ``` ### `version` ```bash scripts/script.sh version ``` ## Configuration | Variable | Description | |----------|-------------| | `SORTER_DIR` | Data directory (default: ~/.sorter/) | --- *Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 sorter-1776109582 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 sorter-1776109582 技能

通过命令行安装

skillhub install sorter-1776109582

下载 Zip 包

⬇ 下载 sorter v1.0.0

文件大小: 8.93 KB | 发布时间: 2026-4-14 10:34

v1.0.0 最新 2026-4-14 10:34
publish v1.0.0

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部