Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/squidmin/problem-solving-in-python
- Owner: squidmin
- Created: 2023-01-17T05:42:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T07:36:02.000Z (7 months ago)
- Last Synced: 2024-10-12T23:02:11.047Z (24 days ago)
- Topics: algorithms, data-structures, dsa, python, python3
- Language: Python
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```