Algorithm Design
Proficiency: 9/10
Skill
Design of efficient algorithms and data structures
Related Skills
Content Tagged with Algorithm Design 3
Blog
Jan 19, 2026
Recursive DFS III: Hyper-Dimensional Depth
From 2.1 billion to 1 TRILLION recursive calls. We stripped away everything—node arrays, int limits, bool arrays—and hit bare metal. Welcome to Hyper-Dimensional Depth.
Read More
Blog
Jan 10, 2026
Recursive DFS: 2 BILLION Stack Frames Deep, BEATING Iterative!
I started stripping away List<int>. Generics. Foreach loops. Then suddenly a latch was triggered and it started free falling—the depth grew vastly deeper and went faster.
Read More
Blog
Jan 6, 2025
Recursive DFS: 30 Million Stack Frames Deep
820% faster. 30 million stack frames. 2x deeper than standard C#, 1,500x deeper than Java/Python. This is what C# can really do.
Read More