Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juan-medina/adventofcode2022
Examples for Advent of Code 2022 done in Rust
https://github.com/juan-medina/adventofcode2022
advent-of-code advent-of-code-2022 adventofcode adventofcode2022 rust rust-lang rustlang
Last synced: about 1 month ago
JSON representation
Examples for Advent of Code 2022 done in Rust
- Host: GitHub
- URL: https://github.com/juan-medina/adventofcode2022
- Owner: juan-medina
- License: mit
- Created: 2022-12-02T14:25:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T10:55:45.000Z (about 2 years ago)
- Last Synced: 2024-10-12T16:11:37.775Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2022, adventofcode, adventofcode2022, rust, rust-lang, rustlang
- Language: Rust
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.TXT
Awesome Lists containing this project
README
### Advent of Code 2022
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
[![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)](https://www.rust-lang.org/)Examples for [Advent of Code 2022](https://adventofcode.com/2022) done in [Rust](https://www.rust-lang.org/)
- [Library](adventofcode2022_lib)
- [Day 1: Calorie Counting](adventofcode2022_01)
- [Day 2: Rock Paper Scissors](adventofcode2022_02)
- [Day 3: Rucksack Reorganization](adventofcode2022_03)
- [Day 4: Camp Cleanup](adventofcode2022_04)
- [Day 5: Supply Stacks](adventofcode2022_05)
- [Day 6: Tuning Trouble](adventofcode2022_06)
- [Day 7: No Space Left On Device](adventofcode2022_07)
- [Day 8: Treetop Tree House](adventofcode2022_08)
- [Day 9: Rope Bridge](adventofcode2022_09)
- [Day 10: Cathode-Ray Tube](adventofcode2022_10)
- [Day 11: Monkey in the Middle](adventofcode2022_11)
- [Day 12: Hill Climbing Algorithm](adventofcode2022_12)
- [Day 13: Distress Signal](adventofcode2022_13)
- [Day 14: Regolith Reservoir](adventofcode2022_14)
- [Day 15: Beacon Exclusion Zone](adventofcode2022_15)
- [Day 16: Proboscidea Volcanium](adventofcode2022_16)
- [Day 17: Pyroclastic Flow](adventofcode2022_16)#### License
```
Copyright (c) 2022 Juan MedinaPermission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```