https://github.com/blu3r4y/ccc-linz-oct2020
34th Catalysts Coding Contest: Smartgrid (Rank #22)
https://github.com/blu3r4y/ccc-linz-oct2020
coding-contest
Last synced: 10 months ago
JSON representation
34th Catalysts Coding Contest: Smartgrid (Rank #22)
- Host: GitHub
- URL: https://github.com/blu3r4y/ccc-linz-oct2020
- Owner: blu3r4y
- License: mit
- Created: 2021-01-05T20:39:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T21:06:41.000Z (over 5 years ago)
- Last Synced: 2025-07-23T19:05:28.981Z (11 months ago)
- Topics: coding-contest
- Language: Python
- Homepage:
- Size: 6.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 34th Catalysts Coding Contest
My solutions for the [34th Catalysts Coding Contest](https://codingcontest.org/) in October 2020, written in Python.
:goat: :goat: :goat:
## Challenges
- :heavy_check_mark: **[Level 1](data/Level%201.pdf)** - [Solution](/../level1/src/contest.py)
- :heavy_check_mark: **[Level 2](data/Level%202.pdf)** - [Solution](/../level2/src/contest.py)
- :heavy_check_mark: **[Level 3](data/Level%203.pdf)** - [Solution](/../level3/src/contest.py)
- :heavy_check_mark: **[Level 4](data/Level%204.pdf)** - [Solution](/../level4/src/contest.py)
- :heavy_check_mark: **[Level 5](data/Level%205.pdf)** - [Solution](/../level5/src/contest.py)
- :heavy_check_mark: **[Level 6](data/Level%206.pdf)** - [Solution](/../level6/src/contest.py)
- :x: **[Level 7](data/Level%207.pdf)** - *unfinished*
## Requirements
### Python >= 3.7
Package requirements are specified in the [requirements.txt](requirements.txt) file.
```
pip3 install -r requirements.txt
```
## Snippets
Quickly archive the last commit
```
git archive --format zip -o level1.zip HEAD
```