https://github.com/jonaro00/programmeringsolympiaden
My solutions to programming challenges from Programmeringsolympiaden
https://github.com/jonaro00/programmeringsolympiaden
challenges python
Last synced: 2 months ago
JSON representation
My solutions to programming challenges from Programmeringsolympiaden
- Host: GitHub
- URL: https://github.com/jonaro00/programmeringsolympiaden
- Owner: jonaro00
- Created: 2020-05-23T14:03:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T15:21:43.000Z (about 5 years ago)
- Last Synced: 2025-01-26T03:27:38.803Z (4 months ago)
- Topics: challenges, python
- Language: Python
- Homepage:
- Size: 267 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProgrammeringsOlympiaden
In late 2018, I participated in the school qualifiers for the swedish high school programming competition [Programmeringsolympiaden](https://www.progolymp.se/).
My results were not impressive, but the challenges were really fun and entertaining.
Many months later, I returned to the challenges to improve my programming skills.This repository is the result of me attempting to solve the challenges with as few lines of Python code as possible, while still keeping it somewhat readable.
If there is no file for a specific challenge, I have not yet come up with a solid solution.