https://github.com/alerrad/contester-answers
Answers for contester AITU
https://github.com/alerrad/contester-answers
cpp
Last synced: 5 months ago
JSON representation
Answers for contester AITU
- Host: GitHub
- URL: https://github.com/alerrad/contester-answers
- Owner: alerrad
- Created: 2022-10-03T14:17:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T13:05:42.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T15:44:32.038Z (7 months ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 39.1 KB
- Stars: 24
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contester answers
This repo contains all valid answers to all the weeks of AITU contester tasks solved by me.
## __IMPORTANT!__
This repo was not created with the intention of letting students cheat with those "free" answers! It was created to help them improve their problem-solving skills by learning the basics of programming. Some students may get stuck on some tasks due to a variety of reasons, like poor task conditions or lack of test examples. Therefore, this repo exists as a little help/guide.Not all the solutions in this repo are perfect and can be provided as examples of how to write clean & maintainable code! And I am completely aware of that writing:
```cpp
using namespace std;
```
is a bad practice and can lead to name collisions. But in learning purposes & in terms of competitive programming it's fine, since all the tasks are input-output related.