Skip to content

Commit 06074c8

Browse files
authored
Update README.md
1 parent 182270e commit 06074c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ So far, the following exercises have been covered:
1616
- [Floyd](./floyd/) – implements Floyd's cycle-finding "Tortoise and Hare" algorithm
1717
- [Heap](./heap/) – implements a heap from scratch, without using the built-in `container/heap` package
1818
- [Markov count](./markovcount/) – figures out how often states are reached by a Markov chain
19-
- [Parentheses](./parentheses/) – checks if a string has balanced parentheses.
19+
- [Parentheses](./parentheses/) – checks if a string has balanced parentheses
2020
- [Radix sort](./radixsort/) – implements radix sort
2121
- [Remove k-th last element](./removekthlastelement/) – removes the k-th last element from a single-linked list
2222
- [Run-length encoding](./runlengthencoding/) – encodes and decodes strings using run-length encoding

0 commit comments

Comments
 (0)