Skip to content

Commit 36749f9

Browse files
committed
chore: Update docs.
1 parent 2993e0f commit 36749f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ codingcircle contains the examples from the YouTube Coding Cirle.
77
So far, the following exercises have been covered:
88

99
- [Autocomplete](./autocomplete/) – implement an autocomplete feature using a trie
10+
- [Continous maximum](./continuousmax/) – calculate the maximum of a sliding window
1011
- [Remove k-th last element](./removekthlastelement/) – remove the k-th last element from a single-linked list
1112
- [Running median](./runningmedian/) – calculate the running median of a sequence of numbers
1213

0 commit comments

Comments
 (0)