American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

6 PM – USACO Bronze – Gamas

September 5 @ 6:00 pm - 7:00 pm

Today We Did
  1. We continued discussing the optimal solution for Mixing Milk USACO Feb 2024 Bronze problem.
Homework
  1. Continue the implementation of Mixing Milk the greedyAlgorithm() method.
    1. During the class, I put these codes
      1. int sumOfAdjacentCowMilk = 0;
      2. int overFlowMilk = 0;
    2. Above have to be changed to use long.
      1. long sumbOfAdjacentCowMilk = 0;
      2. long overFlowMilk = 0;

Details

Date:
September 5
Time:
6:00 pm - 7:00 pm