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

https://github.com/kantuni/t-414-aflv

Solutions to "T-414-ÁFLV: A Competitive Programming Course" by Reykjavík University
https://github.com/kantuni/t-414-aflv

competitive-programming solutions t-414-aflv

Last synced: about 2 months ago
JSON representation

Solutions to "T-414-ÁFLV: A Competitive Programming Course" by Reykjavík University

Awesome Lists containing this project

README

        

# [T-414-ÁFLV: A Competitive Programming Course](https://github.com/SuprDewd/T-414-AFLV) by Reykjavík University

## Warmup

- A Different Problem
[[source]](https://open.kattis.com/problems/different)
[[solution]](https://github.com/kantuni/Kattis/blob/master/different.cpp)
- Bus Numbers
[[source]](https://open.kattis.com/problems/busnumbers)
[[solution]](https://github.com/kantuni/Kattis/blob/master/busnumbers.cpp)
- Cold-puter Science
[[source]](https://open.kattis.com/problems/cold)
[[solution]](https://github.com/kantuni/Kattis/blob/master/cold.cpp)
- Hello World!
[[source]](https://open.kattis.com/problems/hello)
[[solution]](https://github.com/kantuni/Kattis/blob/master/hello.cpp)
- In Or Out
[[source]](https://open.kattis.com/problems/mandelbrot)
[[solution]](https://github.com/kantuni/Kattis/blob/master/mandelbrot.cpp)
- Natrij
[[source]](https://open.kattis.com/problems/natrij)
[[solution]](https://github.com/kantuni/Kattis/blob/master/natrij.cpp)
- Path Tracing
[[source]](https://open.kattis.com/problems/pathtracing)
[[solution]](https://github.com/kantuni/Kattis/blob/master/pathtracing.cpp)
- Server
[[source]](https://open.kattis.com/problems/server)
[[solution]](https://github.com/kantuni/Kattis/blob/master/server.cpp)

## Introduction

- Flexible Spaces
[[source]](https://open.kattis.com/problems/flexible)
[[solution]](https://github.com/kantuni/Kattis/blob/master/flexible.cpp)
- Secret Message
[[source]](https://open.kattis.com/problems/secretmessage)
[[solution]](https://github.com/kantuni/Kattis/blob/master/secretmessage.cpp)
- Permutation Encryption
[[source]](https://open.kattis.com/problems/permutationencryption)
[[solution]](https://github.com/kantuni/Kattis/blob/master/permutationencryption.cpp)
- Collatz Conjecture
[[source]](https://open.kattis.com/problems/collatz)
[[solution]](https://github.com/kantuni/Kattis/blob/master/collatz.cpp)
- Cross
[[source]](https://open.kattis.com/problems/cross)
[[solution]](https://github.com/kantuni/Kattis/blob/master/cross.cpp)