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

https://github.com/bm777/codility

Personal codility answer
https://github.com/bm777/codility

codility codility-solutions python3

Last synced: about 1 year ago
JSON representation

Personal codility answer

Awesome Lists containing this project

README

          

# Codibilty training using Python3

## Key Features

- [x] `Training` on the site codility.com [website](https://codility.com)
- [x] `BinaryGab` in Python3
- [x] `**` in Python3
- [ ] GPU accelerated, but not necessary because you write and test your code online.
- [x] MIT License

## Usage

### Installation

#### Pip
you should have pip installed on your machine. To do so, the guide is : [HERE](https://youtu.be/Tl3q8Wm0jvI)
```bash
#
pip install -r requirements.txt

```