https://github.com/codesandtags/advent-of-code
A repo with explained solutions for each challenge.
https://github.com/codesandtags/advent-of-code
Last synced: 12 months ago
JSON representation
A repo with explained solutions for each challenge.
- Host: GitHub
- URL: https://github.com/codesandtags/advent-of-code
- Owner: codesandtags
- Created: 2023-12-02T01:53:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T01:13:50.000Z (over 2 years ago)
- Last Synced: 2025-03-13T09:39:34.821Z (over 1 year ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code
[Advent of code](https://adventofcode.com/) is a series of programming puzzles for a variety of skill levels. They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.
Here are documenting my solutions to the puzzles.
## 2023
### Solutions
- [Day 1](./2023/day-01)
- [Day 2](./2023/day-02)
## Tech Stack
- TypeScript and Javascript
- [Bun](https://bun.sh/) for testing