« All Events
2:30 PM – Intro To Competitive Programming – Gamas
December 9, 2023 @ 2:30 pm - 3:30 pm
Today We Did
- We reviewed the Milk Pails USACO problem – http://www.usaco.org/index.php?page=viewproblem2&cpid=615
- We went over 2 solutions:
- pure brute force way with O(n^2) time complexity.
- optimized brute force way with O(2n) time complexity.
- We started to learn how to do sorting in Java.
Homework
- Do USACO problem in Sleepy Cow Herding
- The USACO qualification starts on Dec 15 (Friday) to Dec 18 (Mon). Make sure you have 4 hours window before you start.