404: Not Found
39.7k
2
Algorithm-first discipline: state Big-O, data structure, and algorithm family BEFORE writing loops, queries, or recursion. Catches O(n^2), N+1, and brute-force defaults.
Install Skill
Note: Review the skill instructions before using it.