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

https://github.com/amwolff/algo2020

My solutions to problems from the facultative Applied Algorithmics course at the Military University of Technology in Warsaw
https://github.com/amwolff/algo2020

algorithmic-programming-exercises algorithmic-puzzles competitive-coding competitive-programming

Last synced: 2 months ago
JSON representation

My solutions to problems from the facultative Applied Algorithmics course at the Military University of Technology in Warsaw

Awesome Lists containing this project

README

        

# ALGO2020

Solutions to problems from the facultative Applied Algorithmics course at the Military University of Technology in Warsaw.

## Problems

### Week 1

1. [adw](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/adw/)
2. [czy](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/czy/)
3. [mno](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/mno/)
4. [pot](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/pot/)
5. [sto](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/sto/)

### Week 2

1. [grz](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/grz/)
2. [ilo](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/ilo/)
3. [kon](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/kon/)
4. [pro](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/pro/)
5. [sil](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/sil/)

### Week 3

1. [izo](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/izo/)
2. [lus](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/lus/)
3. [tar](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/tar/)
4. [tas1](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/tas1/)
5. [tro1](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/tro1/)

### Week 4

1. [bro](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/bro/)
2. [inw](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/inw/)
3. [jed](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/jed/)
4. [lot](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/lot/)
5. [pic](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/pic/)

### Week 7

1. [bit](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/bit/)
2. [g](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/pa/231/)
3. [h](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/pa/231/)
4. [res](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/res/)

### Week 9

1. [kur](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/kur/)
2. [mok](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/mok/)
3. [row](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/row/)

### Week 12

1. [gra](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/gra/)
2. [ple](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/ple/)
3. [rez](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/rez/)
4. [wks](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/wks/)

### Week 15

1. [map](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/map/)
2. [wie](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/wie/)

### Extra problems

1. [age](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/age/)
2. [bug](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/bug/)
3. [kpk](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/kpk/)
4. [lis](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/lis/)
5. [min](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/min/)
6. [prz](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/prz/)
7. [prz1](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/prz1/)
8. [sum](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/sum/)
9. [tas](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/tas/)
10. [tro](https://szkopul.edu.pl/c/algorytmika-praktyczna-2020/p/tro/)

## Footnotes

ALGO2020 is the name of the Student Research Group mentored by Tomasz Idziaszek, Ph.D.

I have started ALGO2020 to bring together people interested in algorithmics.
Our university supported the initiative by assigning us a competitive programming expert (thanks!) and the Applied Algorithmics course emerged.

### About the code

I didn't use fancy macros because I'm not cool enough (yet).

### Building and running all defined test cases

`TODO...`