mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Implement 2024 day 23
Is using networkx cheating? I don't think so. I've already solved max-clique before, so I know I can do it
This commit is contained in:
@@ -6,6 +6,7 @@ readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"click>=8.1.7",
|
||||
"networkx>=3.4.2",
|
||||
"numpy>=2.1.2",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user