This repository contains Python implementations of the exercises from "Cracking the Coding Interview" book (by Gayle Laakmann McDowell) and the aim of this is to store and reflect all the knowleadge regarding to the topics that are covered in this book.
NOTE: The book is a popular resource for practicing coding interviews and covers a wide range of topics, including algorithms, data structures, system design, and more.
Each exercise is implemented in Python and includes a detailed explanation of the problem and several ways to solve it.
The repository is organized into chapters, and each chapter contains exercises related to a specific topic. For each chapter, notes are also added for further information on the theoretical concepts covered in the book.
Contributions to this repository are welcome! If you have any suggestions or improvements to the code or documentation, please open a pull request or issue to discuss.