Blog
Data & Analytics concepts, explained with no jargon.
Six months of work. Forty slides. A model that actually worked. Two years later, nothing was implemented. You may have a data translation problem. And it's happening in your organisation right now.
In a room of 23 people, there's a 50% chance two share a birthday. Most people find this shocking. Let's build the intuition from scratch and run a live simulation to see it happen.
A sorted array lets you search in O(log n) steps. But what if you need to insert and delete too? The binary search tree solves this elegantly — watch it build and search in real time.