feat: add Kernighan–Lin algorithm
All checks were successful
renovate / renovate (push) Successful in 23s

This commit is contained in:
2025-03-17 21:30:19 +01:00
parent 60aecf6a17
commit 33c9bba8be
2 changed files with 61 additions and 3 deletions

View File

@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies]
rocket = "0.5.0"
rand = "0.9.0"
rocket = "0.5.1"