Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waqas-334/adventofcode2024
This repo is for AdventOfCode2024 problems' solution in python language
https://github.com/waqas-334/adventofcode2024
advent-of-code python3
Last synced: about 1 month ago
JSON representation
This repo is for AdventOfCode2024 problems' solution in python language
- Host: GitHub
- URL: https://github.com/waqas-334/adventofcode2024
- Owner: waqas-334
- Created: 2024-12-01T14:35:55.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T14:50:18.000Z (about 1 month ago)
- Last Synced: 2024-12-01T15:35:03.760Z (about 1 month ago)
- Topics: advent-of-code, python3
- Language: Python
- Homepage: https://adventofcode.com/2024
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Advent of Code 2024 [![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome#readme)
Hello there, I will be sharing solutions for the problem from [Advent of Code 2024 ](https://adventofcode.com/2024/) using my broken python skill.
## Day 1
> [Problem](https://adventofcode.com/2024/day/1)
> [Solution](https://github.com/waqas-334/AdventOfCode2024/blob/main/day-1/adventOfCode1.py)