Skip to content

mayankjn99/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
Heap Sort Missing tests
Selection Sort Missing tests
Binary Search Missing tests
Linear Search Missing tests
Kadanes_algorithm Missing tests

Java

Code Test
Merge Sort Solution
Quick Sort Solution
Bubble Sort Solution

C++

Code Test
Selection Sort Solution
Insertion Sort Solution
Bubble Sort Solution
Merge Sort Solution
Quick Sort Solution

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
Stock Merchant Solution
Jumping On Clouds Solution
Meetup Schedule 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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 79.5%
  • Python 16.5%
  • Java 4.0%