Skip to content

Commit b477f6b

Browse files
Fix typo
1 parent d95021d commit b477f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ challenge.
2121
[bit operations](2023/day21/src/bitarray.rs) to simulate the cellular
2222
automaton, which allowed me to implement a fast and generalized solution
2323
that should work on any input.
24-
* [Day 25 of 2013](2023/day25/src/main.rs): Using
24+
* [Day 25 of 2023](2023/day25/src/main.rs): Using
2525
[Brandes' algorithm](https://doi.org/10.1080/0022250X.2001.9990249) to
2626
quickly calculate the betweenness centrality of graph nodes.
2727

0 commit comments

Comments
 (0)