Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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