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

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)

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