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
- Host: GitHub
- URL: https://github.com/kantuni/t-414-aflv
- Owner: kantuni
- Created: 2018-04-01T11:32:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T13:56:29.000Z (almost 7 years ago)
- Last Synced: 2025-01-18T07:44:27.104Z (3 months ago)
- Topics: competitive-programming, solutions, t-414-aflv
- Homepage: https://algo.is/t-414-aflv-competitive-programming-course-2016/
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)