Skip to content

Code Problems from LeetCode website and other fun code problems websites. The goal is to help people studying for coding interviews.

License

Notifications You must be signed in to change notification settings

Somaliadreams/code_problems

 
 

Repository files navigation

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.

Usefull Links

Classic Algorithms

Python

Code Test
Quick Sort Unit Test
Merge Sort Unit Test
Radix Missing tests
Selection Sort Missing tests
Binary Search Missing tests

Java

Code Test
Merge Sort Missing tests
Quick Sort Missing tests

C++

Code Test
Merge Sort Missing tests

LeetCode

Binary Search Trees

Challenge Solution
Balance a Binary Search Tree Solution
BST to Greater Sum Tree Solution

Graphs

Challenge Solution
Find the Town Judge Solution

Linked List

Challenge Solution
Add Two Numbers Solution
Merge Two Sorted Lists Solution
Remove Nth Node From End of List Solution

Others

Challenge Solution

Hackerrank

Challenge Solution
Non Primes Generator Solution
Stock Market prediction Solution
Square Accumulate Root Solution
Sock Merchant Solution

About

Code Problems from LeetCode website and other fun code problems websites. The goal is to help people studying for coding interviews.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.1%
  • Python 30.5%
  • Java 5.4%