https://github.com/tomfran/advent-of-code
https://github.com/tomfran/advent-of-code
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomfran/advent-of-code
- Owner: tomfran
- Created: 2022-12-01T09:09:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T19:23:16.000Z (over 3 years ago)
- Last Synced: 2025-02-24T09:43:40.098Z (over 1 year ago)
- Language: Python
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code
Problems list:
1. [Calories Counting](https://github.com/tomfran/advent-of-code/blob/main/src/01_Calories_Counting.py)
2. [Rock Paper Scissors](https://github.com/tomfran/advent-of-code/blob/main/src/02_Rock_Paper_Scissors.py)
3. [Rucksack Reorganization](https://github.com/tomfran/advent-of-code/blob/main/src/03_Rucksack_Reorganization.py)
4. [Camp Cleanup](https://github.com/tomfran/advent-of-code/blob/main/src/04_Camp_Cleanup.py)
5. [Supply Stacks](https://github.com/tomfran/advent-of-code/blob/main/src/05_Supply_Stacks.py)
6. [Tuning Trouble](https://github.com/tomfran/advent-of-code/blob/main/src/06_Tuning_Trouble.py)
7. [No Space Left On Device](https://github.com/tomfran/advent-of-code/blob/main/src/07_No_Space_Left_On_Device.py)
8. [Treetop Tree House](https://github.com/tomfran/advent-of-code/blob/main/src/08_Treetop_Tree_House.py)
9. [Rope Bridge](https://github.com/tomfran/advent-of-code/blob/main/src/09_Rope_Bridge.py)
10. [Cathode-Ray Tube](https://github.com/tomfran/advent-of-code/blob/main/src/10_Cathode-Ray_Tube.py)
11. [Monkey in the Middle](https://github.com/tomfran/advent-of-code/blob/main/src/11_Monkey_in_the_Middle.py)
12. [Hill Climbing Algorithm](https://github.com/tomfran/advent-of-code/blob/main/src/12_Hill_Climbing_Algorithm.py)
13. [Distress Signal](https://github.com/tomfran/advent-of-code/blob/main/src/13_Distress_Signal.py)
14. [Regolith Reservoir](https://github.com/tomfran/advent-of-code/blob/main/src/14_Regolith_Reservoir.py)
15. [](https://github.com/tomfran/advent-of-code/blob/main/src/15.py)
16. [Proboscidea Volcanium](https://github.com/tomfran/advent-of-code/blob/main/src/16_Proboscidea_Volcanium.py)
Created via: [advent-of-code-setup](https://github.com/tomfran/advent-of-code-setup)