Skip to content

Commit 336ba1f

Browse files
committed
Added the front page
1 parent e4ffa62 commit 336ba1f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/_index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Canadian Computing Competition Solutions"
3+
type: docs
4+
---
5+
6+
# Canadian Computing Competition Solutions
7+
8+
Welcome to our website with solutions for the Canadian Computing Competition.
9+
We hope that you find this a useful resource in preparing for the contest and understanding data structures and algorithms better.
10+
As you browse our website, please keep the following in mind:
11+
- It is best that you read and try the problems on your own before reading the editorials.
12+
- After you read an editorial you should try to write the code for the problem before reading our code solution.
13+
- You should only read the code solution if you are stuck writing the code, otherwise it is not a good learning tool.
14+
- You can find the full code solutions on our GitHub [repo](https://github.com/mannyamorim/CCC-Solutions).
15+
- Finally, as a reminder these solutions are unnoficial, however we have tested them against the official datasets and are reasonbly sure that they are correct and would receive full points.

0 commit comments

Comments
 (0)