Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/squidmin/problem-solving-in-python

DSA exercises in Python
https://github.com/squidmin/problem-solving-in-python

algorithms data-structures dsa python python3

Last synced: 9 days ago
JSON representation

DSA exercises in Python

Awesome Lists containing this project

README

        

# problem-solving-in-python

Code repository for DSA exercises in Python.

Created using Python v3.11.

### Install dependencies

```shell
pip3 install -r requirements.txt
```