Posts
All the articles I've posted.
Why Is The Time Complexity of Heapification O(n)?
Posted on:March 25, 2025 at 01:36 PMYou may think it is O(n log n), but it's actually O(n). Let's find out the reasoning
Fibonacci Q-Matrix for Dummies
Posted on:July 5, 2024 at 09:17 AMOnce you understand this concept, proving the Fibonacci formula will be elementary
How to implement multiset from scratch in Javascript, when AI couldn't (yet)
Posted on:July 5, 2024 at 09:17 AMI've been happily using AI to convert codes written in unfamilar languages to Javascript. I finally found something AI couldn't do yet.