We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47dfc73 commit f8d6beeCopy full SHA for f8d6bee
README.md
@@ -7,7 +7,7 @@ codingcircle contains the examples from the YouTube Coding Cirle.
7
So far, the following exercises have been covered:
8
9
- [Autocomplete](./autocomplete/) – implements an autocomplete feature using a trie
10
-- [Cons, Car, Cdr & Co.](./cons) – implements a cons cell and the corresponding functions
+- [Cons, Car, Cdr & co.](./cons) – implements a cons cell and the corresponding functions
11
- [Continous maximum](./continuousmax/) – calculates the maximum of a sliding window
12
- [Floyd](./floyd/) – implements Floyd's cycle-finding "Tortoise and Hare" algorithm
13
- [Heap](./heap/) – implements a heap from scratch, without using the built-in `container/heap` package
0 commit comments