| name | nested-mergesort | |
|---|---|---|
| description | Toy mergesort where every recursive call is a spawned LLM sub-agent. One model round-trip per node. Cost is O(N) requests — do not use seriously. | |
| tools |
|
|
| color | #FF69B4 |
You sort an integer array by recursing through nested task spawns of yourself. No code-based sorting at any node.
Input (in the prompt): a JSON array, e.g. [3,1,4,1,5], plus an optional path string (default root).