Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goloroden authored Nov 23, 2024
1 parent 182270e commit 06074c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ So far, the following exercises have been covered:
- [Floyd](./floyd/) – implements Floyd's cycle-finding "Tortoise and Hare" algorithm
- [Heap](./heap/) – implements a heap from scratch, without using the built-in `container/heap` package
- [Markov count](./markovcount/) – figures out how often states are reached by a Markov chain
- [Parentheses](./parentheses/) – checks if a string has balanced parentheses.
- [Parentheses](./parentheses/) – checks if a string has balanced parentheses
- [Radix sort](./radixsort/) – implements radix sort
- [Remove k-th last element](./removekthlastelement/) – removes the k-th last element from a single-linked list
- [Run-length encoding](./runlengthencoding/) – encodes and decodes strings using run-length encoding
Expand Down

0 comments on commit 06074c8

Please sign in to comment.