From UVA, CODEFORCES, OBI, ACM-IPC, ADVENT-OF-THE-CODE
Here are some resolutions of competitive programming. I like to do this problems to improve my skills coding, distract from the dayly tasks. Note, this code is really messy up, since is done only to be ‘accepted”.
The link of the problems is commented first line of each code. The sections are splitted by Event (Advent of Code, Daily Byte and etc) and by theme (Greedy, DP and etc). If there are more than one solution, then it will be chained as follow: [1][2]. Sometime, the complexity time is given in the link, instead of enumerating [O(n)][O(nlogn)]./p>
Cool challenges in increase difficulty order, summer challenges.
Every day a learning day.