The O(n) Club3 Min Read dgtalbugonMarch 13, 2025 The O(n) Club: Minimum Height Trees, or How to Avoid Roast CPU The O(n) Club: Minimum Height Trees, or How to Avoid Roast CPU ⚡ TL;DR If you’re about to brute-force every possible root in a tree to… Discover More
The O(n) Club3 Min Read dgtalbugonFebruary 18, 2025 The O(n) Club: Course Schedule II’s Topological Soap Opera The O(n) Club: Course Schedule II’s Topological Soap Opera ⚡ TL;DR LeetCode 210 is just course scheduling pretending to be about academics.… Discover More
The O(n) Club2 Min Read dgtalbugonJanuary 23, 2025 The O(n) Club: Course Schedule (LeetCode 207): How Not to Major in Infinite Loops The O(n) Club: Course Schedule (LeetCode 207): How Not to Major in Infinite Loops ⚡ TL;DR This is a “can you finish all your… Discover More