Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huzecong/advent-of-rust-2018
Solutions to Advent of Code 2018, mostly in Rust
https://github.com/huzecong/advent-of-rust-2018
advent-of-code advent-of-code-2018 rust
Last synced: 18 days ago
JSON representation
Solutions to Advent of Code 2018, mostly in Rust
- Host: GitHub
- URL: https://github.com/huzecong/advent-of-rust-2018
- Owner: huzecong
- License: mit
- Created: 2018-12-15T18:11:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T20:52:01.000Z (about 6 years ago)
- Last Synced: 2024-11-12T15:39:53.671Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2018, rust
- Language: Rust
- Size: 178 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2018
Solutions to [Advent of Code 2018](https://adventofcode.com/2018), mostly in Rust as a practice.For certain problems, solutions in other languages are also provided, either because it has a much cleaner (or smart) implementation, or that I found coding in Rust too hard and too slow.
Certain problems also contain READMEs describing the algorithm (if it's worth mentioning), or tricks and pitfalls.
**Note:** Rust implementations are my first attempts to code in Rust so they might have very bad style.