/code_problems

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

Primary LanguageC++MIT LicenseMIT

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.

Useful Links

Classic Algorithms

Python

Code Test
Heap Sort Missing tests
Kadane's Algorithm Missing tests
Linear Search Missing tests
Sieve of Eratoshenes Missing tests
Quick Sort Unit Test
Merge Sort Unit Test
Radix Unit Test
Selection Sort Missing tests
Binary Search Missing tests

Java

Code Test
Merge Sort Missing tests
Quick Sort Missing tests
Bubble Sort Missing tests

C++

Code Test
Binary Sort Missing tests
Prims Algo Missing tests
Selection Sort Missing tests
Insertion Sort Missing tests
Bubble Sort Missing tests
Merge Sort Missing tests
Quick Sort Missing tests

Codeforces

Round 633

Problem Statement Solution
A Solution
B Solution
C Solution

Round 634

Problem Statement Solution
A Solution
B Solution
C Solution
D Solution

Round 635

Problem Statement Solution
A Solution
B Solution

Round 636

Problem Statement Solution
A Solution
B Solution
C Solution
D Solution

Round 637

Problem Statement Solution
A Solution
B Solution
C 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
Sock Merchant Solution