Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genesisblock3301/coding_interview_preparation
It's totally coding interview preparation repo, based on python programming language. Try to follow algorithm and data structure's best practice.
https://github.com/genesisblock3301/coding_interview_preparation
algorithms-and-data-structures binary-search-tree coding coding-interview datastructures dynamic-programming graph-algorithms graphtheory greedy-algorithms hashmap linked-list oop python recursion searching-algorithms sorting-algorithm sorting-algorithms stack-queue
Last synced: 9 days ago
JSON representation
It's totally coding interview preparation repo, based on python programming language. Try to follow algorithm and data structure's best practice.
- Host: GitHub
- URL: https://github.com/genesisblock3301/coding_interview_preparation
- Owner: GenesisBlock3301
- License: mit
- Created: 2022-04-29T14:07:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T10:32:57.000Z (7 months ago)
- Last Synced: 2024-04-25T11:39:57.827Z (7 months ago)
- Topics: algorithms-and-data-structures, binary-search-tree, coding, coding-interview, datastructures, dynamic-programming, graph-algorithms, graphtheory, greedy-algorithms, hashmap, linked-list, oop, python, recursion, searching-algorithms, sorting-algorithm, sorting-algorithms, stack-queue
- Language: Python
- Homepage:
- Size: 1.06 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coding Interview Preparation
F(5)
/ \
/ \
/ \
F(4) F(3)/ \ / \ F(3) F(2) F(2) F(1) / \ / \ / \ F(2) F(1) F(1) F(0) F(1) F(0) / \ F(1) F(0)