Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkcoder/cottesloe
My LeetCode data structure and algorithm practice in Python.
https://github.com/nkcoder/cottesloe
algorithms data-structures leetcode python3
Last synced: 1 day ago
JSON representation
My LeetCode data structure and algorithm practice in Python.
- Host: GitHub
- URL: https://github.com/nkcoder/cottesloe
- Owner: nkcoder
- License: mit
- Created: 2024-10-25T10:53:45.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-11-08T23:53:59.000Z (6 days ago)
- Last Synced: 2024-11-09T00:16:57.571Z (6 days ago)
- Topics: algorithms, data-structures, leetcode, python3
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project contains my LeetCode practice implemented in Python.
This is the same project as [wineglassbay](https://github.com/nkcoder/wineglassbay) but with a different language.
## Prepare the env
```bash
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -U pytest
```## Run the tests
```bash
auto/test.sh
```