Repository made with the aim to help people studing for coding interviews. All code were made in Python so far but anyone can add new problems, algorithms and data structures in any language 😄
Contributions are welcome! If you want to contribute, please read CONTRIBUTING.md for details on how to get started and submit pull requests to us.
Code | Test |
---|---|
Quick Sort | Unit Test |
Merge Sort | Unit Test |
Radix | Missing tests |
Selection Sort | Missing tests |
Binary Search | Missing tests |
Code | Test |
---|---|
Merge Sort | Missing tests |
Quick Sort | Missing tests |
Code | Test |
---|---|
Merge Sort | Missing tests |
Challenge | Solution |
---|---|
Balance a Binary Search Tree | Solution |
BST to Greater Sum Tree | Solution |
Challenge | Solution |
---|---|
Find the Town Judge | Solution |
Challenge | Solution |
---|---|
Add Two Numbers | Solution |
Merge Two Sorted Lists | Solution |
Remove Nth Node From End of List | Solution |
Challenge | Solution |
---|
Challenge | Solution |
---|---|
Non Primes Generator | Solution |
Stock Market prediction | Solution |
Square Accumulate Root | Solution |
Sock Merchant | Solution |