Home

Nil's Blog

Teaching DS&A · CS research highlights · SWE things · building in public

Stay in the loop

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.

BCtCI Free Resources

BCtCI Free Resources

BCtCIDS&A

A comprehensive list of all free resources available from Beyond Cracking the Coding Interview, including chapters, tools, templates, and guides.

Queues in JS interviews

Queues in JS interviews

BCtCIDS&A

JS doesn't have built-in queues, which can be an issue if you have to implement a BFS. Here are the workarounds.