Nil's Blog

Teaching DS&A · research highlights · SWE thoughts · 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.

Queues in JS interviews

Queues in JS interviews

DS&A

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