Skip to content

Commit 583694f

Browse files
authored
docs(README): fix typo
1 parent bb84ed1 commit 583694f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ cargo test
109109

110110
- [x] [Convex Hull: Graham Scan](./src/general/convex_hull.rs)
111111
- [x] [N-Queens Problem](./src/general/nqueens.rs)
112-
- [ ] Graph Coloringp
112+
- [ ] Graph Coloring
113113
- [x] [Tower of Hanoi](./src/general/hanoi.rs)
114114
- [x] [Kmeans](./src/general/kmeans.rs)
115115
- [x] [Two Sum](./src/general/two_sum.rs)

0 commit comments

Comments
 (0)