HirushaR / code_problems

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

Repository from Github https://github.comHirushaR/code_problemsRepository from Github https://github.comHirushaR/code_problems

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

Code Test
Quick Sort Unit Test
Merge Sorte Unit Test

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.

License:MIT License


Languages

Language:Python 82.2%Language:Java 15.5%Language:C++ 2.3%