Thiago's Space Blog

Just another blog, this one about my learnings as I join the Space Industry as a software engineer.

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!