ā” Pagoda
Home
Login
Sign Up
Interactive Weave Demo
Click nodes to create patterns ⢠Watch the monocle reveal algorithms
Save Your Work
š„ Merge Sort
š Quick Sort
š® Binary Search
Clear
// Weave a pattern to reveal the algorithm
await
monocle
.
scan
();
// Ancient wisdom ā Modern code
Time Complexity
O(n²)
Worst Case
Space Complexity
O(n)
Auxiliary
Pattern Type
DIVIDE
Strategy