y2015d24 pretty easy also but had to use itertools instead of my own combinations/permutations impl because of an overflow

This commit is contained in:
2024-12-03 15:28:12 +01:00
parent 0b4e2449a1
commit eae352413b
7 changed files with 177 additions and 2 deletions

View File

@@ -6,3 +6,4 @@ edition = "2021"
[dependencies]
md5 = "0.7.0"
utils = { workspace = true }
itertools = { workspace = true }