-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"info": { | ||
"name": "Maths Programming Competition 2", | ||
"startTime": "2024-03-09T15:00:00.000Z", | ||
"endTime": "2024-03-09T17:00:00.000Z", | ||
"additionalText": "This is our bi-annual programming competition featuring exciting cash prizes up for grabs.\n\nIt is a contest where participants solve algorithmic challenges, and their solutions are judged based on correctness and efficiency. Whether you're a seasoned coder or just starting out, this event offers a unique opportunity to test your abilities, learn from peers, and emerge victorious. Join us and showcase your skills in this thrilling competition!\n\n- Date & Time: 15:00 - 17:00 Saturday 9 March (Week 7)\n- Place: Onlin on this page or optionally in person in John Honey Lab 110.\n- Prizes: £50, £20, £10, £10, £10 for top five contestants. The competition is open to all participants, but cash prizes are exclusively reserved for paying CPSTA members.\n\nSign up here: <https://forms.office.com/e/Ktdgv3j9qT> <br> Buy membership: <https://www.yourunion.net/activities/societies/explore/9403/>" | ||
}, | ||
"problems": [ | ||
{ | ||
"name": "Montmort Number", | ||
"slug": "montmort-number", | ||
"difficulty": "☆" | ||
}, | ||
{ | ||
"name": "Flail Chest", | ||
"slug": "flail-chest", | ||
"difficulty": "☆" | ||
}, | ||
{ | ||
"name": "Unadventurous Traveller", | ||
"slug": "unadventurous-traveller", | ||
"difficulty": "☆☆" | ||
}, | ||
{ | ||
"name": "Object Eraser", | ||
"slug": "object-eraser", | ||
"difficulty": "☆☆☆" | ||
}, | ||
{ | ||
"name": "Two Medics at CS Ball", | ||
"slug": "two-medics-at-cs-ball", | ||
"difficulty": "☆☆☆" | ||
}, | ||
{ | ||
"name": "Clinical Tutorial Groups", | ||
"slug": "clinical-tutorial-groups", | ||
"difficulty": "☆☆☆" | ||
}, | ||
{ | ||
"name": "Tokyo Exploration", | ||
"slug": "tokyo-exploration", | ||
"difficulty": "☆☆☆☆" | ||
}, | ||
{ | ||
"name": "Last Two Digits", | ||
"slug": "last-two-digits", | ||
"difficulty": "☆☆☆☆" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"maths-programming" | ||
"maths-programming-2" |