Thiago's Space & AI Blog

Notes from a software engineer - lately on LLMs, agents and MCP. It started as a space blog in 2021, and those posts are still here.

View on GitHub
1 January 2022

Interview Prep

Solutions to questions from Cracking the Coding Interview

I purchased Cracking the Coding Interview (Fifth Edition) a while back. I had solved some of the questions earlier in 2021, but really spent some quality time with it in preparation for my interviews with LeoLabs.

I just made the code I created while solving questions from the book available at https://github.com/thiagorobert/interviewprep. Note that most of the code is in Python, since that’s the main language LeoLabs uses, and what I wanted to brush up on.

I hope this is useful to someone else!