Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 51341a1

Browse files
Updated README
1 parent 000a036 commit 51341a1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

‎README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ This repository contains solutions to a plethora of algorithmic problems that co
66
* [SPOJ](http://www.spoj.com/) - 200+ problems
77
* [URI Online Judge](https://www.urionlinejudge.com.br/judge/pt) - 850+ problems
88

9+
## Structure
10+
11+
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
914
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.
1015

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.
1217

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
1419

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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /