An open API service indexing awesome lists of open source software.

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

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
```