Skip to content

Commit f8d6bee

Browse files
authored
fix: Fix typo
1 parent 47dfc73 commit f8d6bee

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
@@ -7,7 +7,7 @@ codingcircle contains the examples from the YouTube Coding Cirle.
77
So far, the following exercises have been covered:
88

99
- [Autocomplete](./autocomplete/) – implements an autocomplete feature using a trie
10-
- [Cons, Car, Cdr & Co.](./cons) – implements a cons cell and the corresponding functions
10+
- [Cons, Car, Cdr & co.](./cons) – implements a cons cell and the corresponding functions
1111
- [Continous maximum](./continuousmax/) – calculates the maximum of a sliding window
1212
- [Floyd](./floyd/) – implements Floyd's cycle-finding "Tortoise and Hare" algorithm
1313
- [Heap](./heap/) – implements a heap from scratch, without using the built-in `container/heap` package

0 commit comments

Comments
 (0)