This website requires JavaScript.
Explore
Help
Sign In
fun
/
advent-of-code-2020-rust
Watch
1
Star
0
Fork
0
You've already forked advent-of-code-2020-rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
20
Commits
2
Branches
0
Tags
4a8c5580ff22d2e2cb5d9f52514ef4cff856c5f8
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Bas Dado
4a8c5580ff
[TASK] Added some padding to the grid to save some time on out-of-bounds checks, but it's still pretty slow
2020-12-11 22:31:05 +01:00
.idea
Forgot to commit some files + small cleanup
2020-12-01 09:28:16 +01:00
input
[TASK] Completed Day11 Part 1 (although I'm not happy with the performance...)
2020-12-11 10:34:01 +01:00
src
[TASK] Added some padding to the grid to save some time on out-of-bounds checks, but it's still pretty slow
2020-12-11 22:31:05 +01:00
.gitignore
ignore /.idea
2020-12-01 09:28:57 +01:00
Cargo.lock
[TASK] Finally finished day 11
2020-12-11 21:36:10 +01:00
Cargo.toml
[TASK] Finally finished day 11
2020-12-11 21:36:10 +01:00
Description
My solutions to the Advent of Code 2020, in Rust
161
KiB
Languages
Rust
100%