This project maintains solutions to various DS, algorithms, and leetcode questions which can be used for technical prep for Software Engineering interviews.
- Python
- Java
├── algorithms
│ ├── Linked Lists
│ ├── Searching
│ ├── Sorting
│ ├── Stacks and Queues
│ └── Trees
├── ctci
│ ├── Chapter 1
│ ├── Chapter 2
│ ├── Chapter 3
│ ├── Chapter 4
├── leetcode
│ ├── easy
│ │ ├── Arrays and Strings
│ │ ├── DP
│ │ ├── Linked Lists
│ │ ├── Stacks and Queues
│ │ ├── Trees
│ ├── medium
│ │ ├── Arrays and Strings
│ │ ├── DP
│ │ ├── Linked Lists
│ │ ├── Stacks and Queues
│ │ ├── Trees
│ ├── hard
├── misc challenges
├── .gitignore
├── CONTRIBUTING.md
├── LICENSE
└── README.md
Before contributing or submitting a PR to this repo, please check the contribution guide.
Thanks goes to these wonderful people (emoji key):
Rohan Patel 💻 🚧 |
Swarn10 💻 |
Shravani01007 💻 |
Cheshtaa Agarrwal 💻 |
AryashDubey 💻 |
Shubham Goswami 💻 |
Gi Soong Chee 💻 |
saurabh-172 💻 |
Kavyapriya R 💻 |
Amulya 💻 |
Shubhankar Pataskar 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!