Programming Interview Guided Prep Day 1
Published in
1 min readJul 20, 2020
I figured since I have been spending so much time interviewing and preparing for various companies that I may as well document some of my undertakings. I wanted this to be interactive so I created a separate Github repo with Jupyter notebooks so that readers can follow along.
Day 1: Let’s start with 2 easy to medium level tasks
i) Given a list of distinct ints, output a list of all combinations
ii) Given an encoded string, return its decoded form
The code that goes along with this post can be found here. You can consume my content one notebook at a time. All programming is done in Python 3.
Happy coding~