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

https://github.com/Tholdrim/Competitions

Tasks and solutions from competitions I have participated in.
https://github.com/Tholdrim/Competitions

advent-of-code advent-of-code-2024 advent-of-code-2024-csharp algorithms competitive-programming csharp dotnet programming-competitions

Last synced: 2 months ago
JSON representation

Tasks and solutions from competitions I have participated in.

Awesome Lists containing this project

README

          

# Competitions

This repository contains tasks and my solutions from various programming competitions and games I have participated in.

## Participation

### [Match'Up 2024](https://le-matchup.com/)

**Date:** 9 October 2024
**Duration:** 2 hours
**Language used:** C# 8.0
**Platform:** https://www.isograd-testingservices.com/FR/solutions-challenges-de-code

#### Tasks solved during the competition

1. Universal Badge ([description](Match'Up%202024/1.%20Universal%20Badge.md) / [solution](Match'Up%202024/1.%20Universal%20Badge.cs))
2. Medal Table ([description](Match'Up%202024/2.%20Medal%20Table.md) / [solution](Match'Up%202024/2.%20Medal%20Table.cs))
3. Kayak Cross ([description](Match'Up%202024/3.%20Kayak%20Cross.md) / [solution](Match'Up%202024/3.%20Kayak%20Cross.cs))
4. Climbing ([description](Match'Up%202024/4.%20Climbing.md) / [solution](Match'Up%202024/4.%20Climbing.cs))

#### Other tasks

5. Artistic Diving ([description](Match'Up%202024/5.%20Artistic%20Diving.md) / [solution](Match'Up%202024/5.%20Artistic%20Diving.cs))
6. Control Circuit ([description](Match'Up%202024/6.%20Control%20Circuit.md) / [solution](Match'Up%202024/6.%20Control%20Circuit.cs))

### [Advent of Code 2024](https://adventofcode.com/2024)

**Date:** December 2024
**Duration:** Unlimited
**Language used:** C# 12
**Platform:** https://adventofcode.com

#### Tasks

1. Historian Hysteria ([description](https://adventofcode.com/2024/day/1) / [solution](Advent%20of%20Code%202024/01.%20Historian%20Hysteria.cs))
2. Red-Nosed Reports ([description](https://adventofcode.com/2024/day/2) / [solution](Advent%20of%20Code%202024/02.%20Red-Nosed%20Reports.cs))
3. Mull It Over ([description](https://adventofcode.com/2024/day/3) / [solution](Advent%20of%20Code%202024/03.%20Mull%20It%20Over.cs))
4. Ceres Search ([description](https://adventofcode.com/2024/day/4) / [solution](Advent%20of%20Code%202024/04.%20Ceres%20Search.cs))
5. Print Queue ([description](https://adventofcode.com/2024/day/5) / [solution](Advent%20of%20Code%202024/05.%20Print%20Queue.cs))
6. Guard Gallivant ([description](https://adventofcode.com/2024/day/6) / [solution](Advent%20of%20Code%202024/06.%20Guard%20Gallivant.cs))
7. Bridge Repair ([description](https://adventofcode.com/2024/day/7) / [solution](Advent%20of%20Code%202024/07.%20Bridge%20Repair.cs))
8. Resonant Collinearity ([description](https://adventofcode.com/2024/day/8) / [solution](Advent%20of%20Code%202024/08.%20Resonant%20Collinearity.cs))
9. Disk Fragmenter ([description](https://adventofcode.com/2024/day/9) / [solution](Advent%20of%20Code%202024/09.%20Disk%20Fragmenter.cs))
10. Hoof It ([description](https://adventofcode.com/2024/day/10) / [solution](Advent%20of%20Code%202024/10.%20Hoof%20It.cs))
11. Plutonian Pebbles ([description](https://adventofcode.com/2024/day/11) / [solution](Advent%20of%20Code%202024/11.%20Plutonian%20Pebbles.cs))
12. Garden Groups ([description](https://adventofcode.com/2024/day/12) / [solution](Advent%20of%20Code%202024/12.%20Garden%20Groups.cs))
13. Claw Contraption ([description](https://adventofcode.com/2024/day/13) / [solution](Advent%20of%20Code%202024/13.%20Claw%20Contraption.cs))
14. Restroom Redoubt ([description](https://adventofcode.com/2024/day/14) / [solution](Advent%20of%20Code%202024/14.%20Restroom%20Redoubt.cs))
15. Warehouse Woes ([description](https://adventofcode.com/2024/day/15) / [solution](Advent%20of%20Code%202024/15.%20Warehouse%20Woes.cs))
16. Reindeer Maze ([description](https://adventofcode.com/2024/day/16) / [solution](Advent%20of%20Code%202024/16.%20Reindeer%20Maze.cs))
17. Chronospatial Computer ([description](https://adventofcode.com/2024/day/17) / [solution](Advent%20of%20Code%202024/17.%20Chronospatial%20Computer.cs))
18. RAM Run ([description](https://adventofcode.com/2024/day/18) / [solution](Advent%20of%20Code%202024/18.%20RAM%20Run.cs))
19. Linen Layout ([description](https://adventofcode.com/2024/day/19) / [solution](Advent%20of%20Code%202024/19.%20Linen%20Layout.cs))
20. Race Condition ([description](https://adventofcode.com/2024/day/20) / [solution](Advent%20of%20Code%202024/20.%20Race%20Condition.cs))
21. Keypad Conundrum ([description](https://adventofcode.com/2024/day/21) / [solution](Advent%20of%20Code%202024/21.%20Keypad%20Conundrum.cs))
22. Monkey Market ([description](https://adventofcode.com/2024/day/22) / [solution](Advent%20of%20Code%202024/22.%20Monkey%20Market.cs))
23. LAN Party ([description](https://adventofcode.com/2024/day/23) / [solution](Advent%20of%20Code%202024/23.%20LAN%20Party.cs))
24. Crossed Wires ([description](https://adventofcode.com/2024/day/24) / [solution](Advent%20of%20Code%202024/24.%20Crossed%20Wires.cs))
25. Code Chronicle ([description](https://adventofcode.com/2024/day/25) / [solution](Advent%20of%20Code%202024/25.%20Code%20Chronicle.cs))

## License

The source code for my solutions is available under the [MIT licence](LICENSE.txt). The copyright for the tasks belongs to their respective authors. If you believe that any of these should not be published here, please contact me.