/interview

Repository to store all coding related to interview practice

Primary LanguagePython

Interview Prep Coding

Interview Prep Coding is a repository to store all my coding related to practicing for software engineering interviews.

Sections

  • Algorithms: Folder which contains well known algorithms that I coded from scratch
  • CompanyChallenges: Folder containing coding challenges I have done for different companies
  • CrackingCodingInterview: Folder containing my coded solution to many of the problems found in the book "Cracking the Coding Interview" 6th Edition
  • DataStructures: Folder containing all of the data structures I implemented by hand
  • Debugging: Folder containing practice for debugging challenges
  • LeetCode: Folder containing all the solutions to LeetCode problems that I implemented