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
- Host: GitHub
- URL: https://github.com/kaamkiya/ccc
- Owner: Kaamkiya
- License: unlicense
- Created: 2024-12-13T18:53:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-28T16:28:48.000Z (6 months ago)
- Last Synced: 2025-03-28T17:42:15.970Z (6 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.