2da355c739
Don't store session details
9987bb87db
Run black
421fc9b98a
Reorganize files to convert to python package
5a8d17a4e7
2021 day16/rust: make generic on error type
8e29118629
2021 day16/rust: fix assertion in bit-slicing implementation
0220f88e27
2021 day16/rust: clean up
f24e06da7d
2021 day16/rust: add solution
a771b98489
2021 day16: add data
07a1391030
2021 day8/rust: make v4 function unsafe
591cde8631
2021 day8/rust: add test
11907cf8b5
2021 day8/rust: prettify calculation of output number
edd8bdfa71
2021 day8/rust: only trim start of output digits
92aba2db95
2021 day8/rust: use ArrayVec
6b9ff21a5a
2021 day8/python: add fast solution
66c78818fc
2021 day8/python: add brute force solution
3099e1e256
2021 day8: add data
96fe64f71f
2021 day7/python: add faster solution
4ea70f38ea
2021 day7/python: prettify
7f42d47cae
2021 day6/python: add solution
75d4a76a50
2021 day6: add data
196e812878
2021 day5/rust: avoid nightly for line point iterator
fff3899ae9
2021 day5/rust: use iterator to expand line points
83b9b79a28
2021 day5/rust: dedup using Vec matrix instead of HashMap
17a0b665a5
2021 day5/rust: avoid nightly for line point iterator
5067c96550
2021 day5/rust: use iterator to expand line points
c63c23c252
2021 day5/rust: dedup using Vec matrix instead of HashMap
9c8bbf40a3
2021 day1/rust: prettify
338f4ef241
2021 day3/rust: add solution
75371082a4
2021 day4/python: add solution
7b9e5c2ecf
2021 day4: add data