chore: fix dijkstra
Some checks failed
Go Test / build (pull_request) Failing after 2m39s

This commit is contained in:
xuu
2023-12-28 18:57:22 -07:00
parent 1a3374a557
commit 1fac5f7b4d
13 changed files with 314 additions and 269 deletions

View File

@@ -30,7 +30,6 @@ func TestExample1(t *testing.T) {
is.Equal(result.sum, 142)
}
func TestExample2(t *testing.T) {
is := is.New(t)
scan := bufio.NewScanner(bytes.NewReader(example2))