Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
landerrosette authored Jan 17, 2025
1 parent 6aec4b4 commit 7546a11
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 @@ -25,7 +25,7 @@ For the original Java source code, visit the <a href = "https://github.com/kevin
### Symbol Tables

- **3.1** Sequential search: [SequentialSearchST.h](SequentialSearchST.h)
- **3.2** Binary search: [BinarySearch.h](BinarySearchST.h)
- **3.2** Binary search: [BinarySearchST.h](BinarySearchST.h)
- **3.3** Binary tree search: [BST.h](BST.h)
- **3.4** Red-black BST search: [RedBlackBST.h](RedBlackBST.h)
- **3.5** Hashing with separate chaining: [SeparateChainingHashST.h](SeparateChainingHashST.h)
Expand Down

0 comments on commit 7546a11

Please sign in to comment.