💻 My - competitive programming - history
I've been passionate about problem solving and exploring data structures and algorithms since 2016, when I first discovered competitive programming. Starting in 2017, I sharpened my skills on platforms like HackerRank and OmegaUp, and by 2018 I was competing in official contests such as ACM-ICPC and Google Code Jam. This repository also includes my technical interview preparation exercises.
The online judge that I've use are (links to my profiles, only 1-7 items):
- July 2019. I was the coder of the month in OmegaUp
- November 2019. My competitive programming team and me did classify to regional final for ACM-ICPC MX, which is a national knockout. A related article.
For example, if you wanna execute UVa/Root/bars.cpp
On MacOS and Linux/OS dist, you can use: make cpp FILEPATH=UVa/Root/bars.cpp
Important the input must defined at input.txt file at the same directory level of the problem.
For python files you must use: make py ...

