BCtCI Free Resources
A comprehensive list of all free resources available from Beyond Cracking the Coding Interview, including chapters, tools, templates, and guides.
Teaching DS&A · CS research highlights · SWE things · building in public
I'd love to tell you when I publish a new post.
Get notified when I write about DS&A or software engineering. Unsubscribe anytime if it's not your vibe.
A comprehensive list of all free resources available from Beyond Cracking the Coding Interview, including chapters, tools, templates, and guides.
Learn how sets & maps are built from scratch, and refine your knowledge of hashing.
The different approaches to finding the k smallest/largest elements in an array.
JS doesn't have built-in queues, which can be an issue if you have to implement a BFS. Here are the workarounds.
A binary search recipe that works for every problem, explained without code.
A problem walkthrough using the concepts from Beyond Cracking the Coding Interview.
A proof that heapify takes linear time without using complex equations.