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

https://github.com/kaamkiya/ccc

Solutions to the Canadian Computing Competitions
https://github.com/kaamkiya/ccc

Last synced: 6 months ago
JSON representation

Solutions to the Canadian Computing Competitions

Awesome Lists containing this project

README

          

ccc
===

Solutions to the problems from the Canadian Computing Competition from over the
years.

Note to people who see this: if you've come here for solutions, keep looking. I
have only done one problem. One.

You can find information about the CCC at
https://cemc.uwaterloo.ca/contests/ccc.

How this repo is structured
---------------------------

$YEAR/$LANG/$LEVEL$NUMBER.$LANG

For example, for 2024's Python solution to senior question 1:

2024/py/s1.py

Languages
---------
I will do these in Python, C, and probably Java.

License
-------
This project is licensed under the Unlicense. See https://unlicense.org/ for
more information.