Leetcode, Algorithms, CTCI
This repository contains my solutions (mostly written in Python) to the sets of problems from https://leetcode.com. I try to approach each question as if it were a interview question and attempt to simulate an actual interview by asking clarifying questions when possible.
Some of the Medium/Hard problems or complicated algorithms have detailed explanations in order to clarify the methods used.
If you have a more efficient method, please let me know! I’m always eager to learn how to optimize these algorithms!
Email me at: juliusfan98@gmail.com
This folder contains solutions in Python to the questions from the CSES problem set.
This folder contains answers to the problems in Cracking the Coding Interview by Gayle Laakman Mcdowell. These answers are written
in Python alone. Test cases have been adapted from various online sources.
This is but one of my many practice resources that I’ve used for my interview preparation. Others include