diff --git a/contests/maths-programming-2.json b/contests/maths-programming-2.json new file mode 100644 index 0000000..677152f --- /dev/null +++ b/contests/maths-programming-2.json @@ -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:
Buy membership: " + }, + "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": "☆☆☆☆" + } + ] +} diff --git a/upcoming-contest.json b/upcoming-contest.json index 804d3a0..186b131 100644 --- a/upcoming-contest.json +++ b/upcoming-contest.json @@ -1 +1 @@ -"maths-programming" +"maths-programming-2"