Stumbled across this website a couple of days ago, and decided to make an account. I've decided to document my experience on Codeforces to look back at this one day and see how far I've gotten! I've only solved one beginner problem (phone number problem A from Barcelona), looking to get more advanced.
Facts about me
- I'm in no way experienced in programming
- High School Senior
- Using Python atm
- I play a lot of Basketball
- Interested in CS
Thanks for reading, will be documenting new concepts I learn each month. (really want to get into binary search)
911B - Two Cakes
1011B - Planning The Expedition
772A - Voltage Keepsake
Most binary searchable problems deal with rephrasing the problem from "how do I minimize/maximize/find X" to "is X a valid answer?" and then using that information to find best possible X
Good luck!