https://github.com/damiisdandy/data-structures-and-algorithms
Neetcode 150
https://github.com/damiisdandy/data-structures-and-algorithms
algorithms blind75 data-structures
Last synced: 2 months ago
JSON representation
Neetcode 150
- Host: GitHub
- URL: https://github.com/damiisdandy/data-structures-and-algorithms
- Owner: damiisdandy
- Created: 2024-01-16T11:09:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T13:13:22.000Z (about 2 years ago)
- Last Synced: 2024-04-17T05:03:17.982Z (almost 2 years ago)
- Topics: algorithms, blind75, data-structures
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Answers for 150 leetcode questions
This is gotten from [neetcode 150](https://neetcode.io/), which consists of **blind 75** and extra 75 leetcode questions, the algorithms are grouped according to their data structures and concepts behind them. The `data_structures` directory simply shows a how to build a datastructure from scratch.
## Run test
you'll have to reference the test file e.g
```bash
python -m unittest data_structures/Array/array_test.py
```