Skip to content

Sorebit/Programming-Challenges

Repository files navigation

Programming-Challenges

Using /g/'s huge list of programming challenges, I aim to complete almost every one in Python, C/C++ or C#.

Links

Build

Unless stated otherwise in a README file, refer to following instructions.

C/C++

Run make inside selected folder, then run the created *.app file.

Python

Run main.py or app.py (whichever present in folder) with Python >= 3.0.

Solutions with their own repos