In this video, we talk about the USACO problem Guess the Animal(http://usaco.org/index.php?page=viewp....
We solve this problem using the power of sets as well as methods such as merging two sets together.
Link to code: https://github.com/horsefeedapples/co...
Check out my Github repository with USACO code: https://github.com/horsefeedapples/co...
Timestamps:
0:00 Reading the problem
2:10 Analysis
4:05 Programming
8:56 Submission