Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvii147/adventofcode2023
Advent of Code 2023 submissions
https://github.com/alvii147/adventofcode2023
advent-of-code rust
Last synced: about 6 hours ago
JSON representation
Advent of Code 2023 submissions
- Host: GitHub
- URL: https://github.com/alvii147/adventofcode2023
- Owner: alvii147
- Created: 2023-12-01T00:53:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-12T00:46:52.000Z (11 months ago)
- Last Synced: 2023-12-12T14:32:37.349Z (11 months ago)
- Topics: advent-of-code, rust
- Language: Rust
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
[Advent of Code](https://adventofcode.com) is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. This repository contains solutions to the 2023 Advent of Code calendar.
Completed **11** out of **25** advent day puzzles.
![Progress Bar](https://progress-bar.dev/44)
Day | Puzzle | Solutions
--- | --- | ---
1 | [Trebuchet?!](https://adventofcode.com/2023/day/1) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day0x01/go/main.go) [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x01/rust/src/main.rs)
2 | [Cube Conundrum](https://adventofcode.com/2023/day/2) | [![](https://img.shields.io/badge/go-00ADD8?style=for-the-badge&logo=go&logoColor=FFFFFF)](Day0x02/go/main.go) [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x02/rust/src/main.rs)
3 | [Gear Ratios](https://adventofcode.com/2023/day/3) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x03/rust/src/main.rs)
4 | [Scratchcards](https://adventofcode.com/2023/day/4) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x04/rust/src/main.rs)
5 | [If You Give A Seed A Fertilizer](https://adventofcode.com/2023/day/5) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x05/rust/src/main.rs)
6 | [Wait For It](https://adventofcode.com/2023/day/6) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x06/rust/src/main.rs)
7 | [Camel Cards](https://adventofcode.com/2023/day/7) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x07/rust/src/main.rs)
8 | [Haunted Wasteland](https://adventofcode.com/2023/day/8) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x08/rust/src/main.rs)
9 | [Mirage Maintenance](https://adventofcode.com/2023/day/9) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x09/rust/src/main.rs)
10 | [Pipe Maze](https://adventofcode.com/2023/day/10) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x0A/rust/src/main.rs)
11 | [Cosmic Expansion](https://adventofcode.com/2023/day/11) | [![](https://img.shields.io/badge/rust-000000?style=for-the-badge&logo=rust&logoColor=FFFFFF)](Day0x0B/rust/src/main.rs)