AdventOfCode2023/README.md

21 lines
1.4 KiB
Markdown
Raw Normal View History

2023-12-06 12:17:29 +01:00
# Advent of code 2023 :christmas_tree:
2023-12-01 22:10:51 +01:00
This is a repository for my solutions for the [advent of code 2023](https://adventofcode.com/2023).
2023-12-06 11:42:14 +01:00
<!-- table begin -->
2023-12-09 11:53:29 +01:00
| Day | Language | Lines of code | Execuction time | Comment |
2023-12-09 11:54:33 +01:00
|:---: |:---: | ---: | ---: |--- |
2023-12-09 11:53:29 +01:00
| [01](01) | Python | 3 | 0,021 s | one-liners |
| [02](02) | Rust | 49 | 0,002 s | my very first rust program |
| [03](03) | Rust | 85 | 0,006 s | |
| [04](04) | Rust | 40 | 0,004 s | |
| [05](05) | Rust | 138 | 0,009 s | very efficient |
| [06](06) | Rust | 60 | 0,001 s | quadratic formula go *brrr* |
| [07](07) | Rust | 210 | 0,007 s | not pretty, but pretty fast |
| [08](08) | Rust | 101 | 0,039 s | |
| [09](09) | Rust | 88 | 0,003 s | implemented triangle datatype |
2023-12-13 16:29:03 +01:00
| [10](10) | Rust | 136 | 0,003 s | lots of bitwise operations |
| [11](11) | Rust | 66 | 0,005 s | |
| [13](13) | Rust | 84 | 0,002 s | binary encoding ftw |
2023-12-09 11:53:29 +01:00
Lines of code are without blank lines and comments