7 PM – USACO Bronze – Darin
What We Did Today: Went through the Farmer John Actually Farms implementation for the optimal solution Homework: Code up the brute force solution for Cow College, and submit your answer to theRead More...
What We Did Today: Went through the Farmer John Actually Farms implementation for the optimal solution Homework: Code up the brute force solution for Cow College, and submit your answer to theRead More...
What We Did Today: Went through the Cow College brute force implementation and optimal solution walkthrough Introduced the feeding cows problem Homework: Code up the optimal solution for Cow College, and submitRead More...
What We Did Today: Implemented the Cow College optimal solution. Went through the feeding cows problem. Homework: Code up the optimal solution for Feeding The Cows, and submit your answer to theRead More...
What We Did Today: Went over implementation details for Feeding The Cows. Went over the Majority Opinion problem (medium difficulty) Homework: Code up the optimal solution for Majority Opinion, and submit yourRead More...
What We Did Today: Went over implementation for Majority Opinion. Went over the Cannonball problem (easy difficulty) and Balancing Bacteria (hard difficulty) Homework: Code up the solution for Cannonball, and submit yourRead More...
What We Did Today: Went over Cannonball code implementation Went over the Balancing Bacteria brute force solution Homework: Code up the solution for Balancing Bacteria, and submit your answer to the webpageRead More...
What We Did Today: Went over the Balancing Bacteria optimal solution over greedy search Homework: Code up the optimal solution(s) for Balancing Bacteria, and submit your answer to the webpage and googleRead More...
What We Did Today: Went over the Balancing Bacteria optimal solution over greedy search Homework: Code up the second optimal solution using difference arrays for Balancing Bacteria, and submit your answer toRead More...
What We Did Today: Went over the Balancing Bacteria optimal solution 2 implementation using difference arrays Homework: Code up the optimal solution using sorting + binary search on the difference values MaximizingRead More...
What We Did Today: Went over implementation of the Maximizing Productivity problem involving binary search. Homework: Work on this problem: https://usaco.org/index.php?page=viewproblem2&cpid=1443 and submit your answer to the webpage and google drive when youRead More...