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
- Host: GitHub
- URL: https://github.com/bm777/codility
- Owner: bm777
- Created: 2021-04-08T09:48:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T09:54:11.000Z (almost 5 years ago)
- Last Synced: 2025-01-05T07:44:58.750Z (about 1 year ago)
- Topics: codility, codility-solutions, python3
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```