Skip to content

sbz/coding-prep

Repository files navigation

coding-prep

Contains problems source code solutions and links for practicing algorithms questions. Most of them are implemented using Python at the moment

Content

File Description
binary-parts.py Binary partition algorithm implementation
binary-search.py Binary Search algorithm implementation
bst.py Binary Search Tree algorithm implementation
bst.jpg Binary Search Tree whiteboard
common-number.py Find common number algorithm implementation
dupplicate.py Find dupplicate algorithm implementation
dyck.py Balanced Parenthesis algorithm implementation
equal-sum.py Equal sum array algorithm implementation
findpair.py Find pairs sum algorithm implementation
largest.py N largest algorithm implementation
ll-sum.py LinkedList reversed sum algorithm implementation
matrix.py Sub matrix algorithm implementation
palindrome.py Palindrome algorithm implementation
pancakesort.py Pancakesort algorithm implementation
quicksort.py Quicksort algorithm implementation
reverse.py Reverse string algorithm implementation
reverse-words.py Reverse words algorithm implementation
roman.py Roman numbers to decimal algorithm implementation
tcpip.jpg TCP/IP whiteboard

References and useful links

Platforms Exercice Questions

Algorithms

Systems

Releases

No releases published

Packages

No packages published

Languages