An open API service indexing awesome lists of open source software.

https://github.com/beyondmagic/competitive-programming

Where I rest my mind's ~impulse~ feeling to learn logic.
https://github.com/beyondmagic/competitive-programming

c competitive-programming cpp secret

Last synced: about 1 month ago
JSON representation

Where I rest my mind's ~impulse~ feeling to learn logic.

Awesome Lists containing this project

README

          

# Folders architecture:

- [templates](/templates/): templates for the programming languages I use;
- [platforms](/platforms/): platforms with problems I've solved;
- [notes](/notes/): notes I made and used to resolve problems;
- [debug](/debug/): debugging files for the programming languages;
- [tep](https://github.com/edsomjr/tep): learning resource for the course _Special Programming Topics_.

# Training

**Geometria computacional**:
1. [Pontos](https://vjudge.net/contest/620524)
2. [Retas](https://vjudge.net/contest/621711)
3. [Círculos](https://vjudge.net/contest/638624)
4. [Triângulos](https://vjudge.net/contest/639900)
5. [Quadriláteros](https://vjudge.net/contest/642308)
6. [Polígonos](https://vjudge.net/contest/643652)
7. [Objetos tridimensionais e treliças](https://vjudge.net/contest/645153)
8. [Envoltório convexo](https://vjudge.net/contest/647372)
9. [Sweep line](https://vjudge.net/contest/650910)

**Strings**:
1. Representação de Strings
- [ ] [133A - HQ9+](http://codeforces.com/problemset/problem/133/A)
- [ ] [266A - Stones on the Table](http://codeforces.com/problemset/problem/266/A)
- [ ] [153 - Permalex](https://onlinejudge.org/index.php?option=onlinejudge&Itemid=8&page=show_problem&problem=89)
- [ ] [263 - Number Chains](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=199)
- [ ] [11483 - Code Creator](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2478)
- [ ] [12243 - Flowers Flourish from France](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3395)
- [ ] [177G1 - Fibonacci Strings](http://codeforces.com/problemset/problem/177/G1)

2. Algoritmos elementares
- [ ] [ABC 077A - Rotation](https://atcoder.jp/contests/abc077/tasks/abc077_a)
- [ ] [ABC 137C - Green Bin](https://atcoder.jp/contests/abc137/tasks/abc137_c)
- [ ] [ABC 197F - Construct a Palindrome](https://atcoder.jp/contests/abc197/tasks/abc197_f)
- [ ] [ABC 198B - Palindrome with leading zeros](https://atcoder.jp/contests/abc198/tasks/abc198_b)
- [ ] [ABC 202C - Made Up](https://atcoder.jp/contests/abc202/tasks/abc202_c)
- [ ] [ABC 206C - Swappable](https://atcoder.jp/contests/abc206/tasks/abc206_c)
- [ ] [ABC 210C - Colorful Candies](https://atcoder.jp/contests/abc210/tasks/abc210_c)
- [ ] [ABC 215C - One More aab aba baa](https://atcoder.jp/contests/abc215/tasks/abc215_c)
- [ ] [8A - Train and Peter](https://codeforces.com/problemset/problem/8/A)
- [ ] [202A - LLPS](https://codeforces.com/problemset/problem/202/A)
- [ ] [486C - Palindrome Transformation](https://codeforces.com/problemset/problem/486/C)
- [ ] [520A - Pangram](https://codeforces.com/problemset/problem/520/A)
- [ ] [600C - Make Palindrome](https://codeforces.com/problemset/problem/600/C)
- [ ] [672B - Different is Good](https://codeforces.com/problemset/problem/672/B)
- [ ] [895D - String Mark](https://codeforces.com/problemset/problem/895/D)
- [ ] [1015B - Obtaining the String](https://codeforces.com/problemset/problem/1015/B)
- [ ] [1278A - Hashing](https://codeforces.com/problemset/problem/1278/A)