Mads B. Cordes

@madco.me

I break code to see why it works and feed cats to see how I sneeze. 100% logic in the terminal, 0% logic in my immune system 💥 Code, chaos & cats 😻 hasty.dev 🧑‍💻 @hasty.dev

Sublinear Time (e.g., O(log n)): Faster than linear! 🚀 These algorithms get relatively quicker as input grows. Think binary search 🔍 or finding a word in a dictionary index. Doesn't need to check every item! #BigO #Algorithms

Big-O: the secret language of how algorithms scale! 💻 We should all know the basic O(1), O(n), O(n^2) ... etc., but let's explore the wild side! 🤩 Get ready for some less common, fascinating (sometimes scary!) complexities. Dive in! 👇 #BigO #Learning