You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The files are separated in folders according to the judge. Each file has the name of the problem it is meant to solve plus the extension of the language it uses (C++ or Python). In addition, each file has a header that links to the problem it solves.
12
+
13
+
## About the solutions
9
14
Most solutions were coded between Mid 2016 and Late 2018. They were inteded as a training for the [Brazilian Olympiad in Informatics](https://olimpiada.ic.unicamp.br/) and the [International Olympiad in Informatics](http://ioinformatics.org/index.shtml). These solutions might be helpful to future competitors, so I am sharing them as a form of reference.
10
15
11
-
Brief summary of my Olympiad in Informatics story :
16
+
Because the solutions were meant for competitions, they **do** contain software practices that should be avoided. Global variables are frequent in the codes, all the C++ librarys are imported and most of the code is not commented. The readers should keep this is mind and be aware that they should not code like that outstide programming contests.
12
17
13
-
I participated twice in the Brazilian Olympiad in Informatics : I won gold medals in [2017](https://olimpiada.ic.unicamp.br/passadas/OBI2017/qmerito/p2/) and [2016](https://olimpiada.ic.unicamp.br/passadas/OBI2016/qmerito/p2/).
18
+
### About the author
14
19
15
-
I represented Brazil at the 30th International Olympiad in Informatics held at Tsukuba, Japan. I ranked [171st](http://stats.ioinformatics.org/people/6465) among 335 competitors.
20
+
I have participated in many programming competitions, such as the International Olympiad in Informatics, the Brazilian Olympiad in Informatics, the Ibero-American Contest in Informatics and ICPC PacNW. To read more about my experience in competitive programming, see my [blog](https://ivaniscoding.github.io/about/index.html).
0 commit comments