Skip to content

Commit 408c892

Browse files
authored
Update README.md
1 parent 375c84e commit 408c892

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,17 @@ This repository contains implementations of various data structures and algorith
4040
- Min Heap
4141
- Max Heap
4242
- Heap Operations (Insert, Delete, Heapify)
43-
- [Hashing](./Hash/Chaining)
44-
- Hashing with Chaining
43+
- [Hashing](./Hash)
44+
- [Hashing with Chaining](./Hash/Chaining)
45+
- [Hashing with Linear Probing](./Hash/Linear%20Probing)
46+
- [Hashing with Quadratic Probing](./Hash/Quadratic%20Probing)
47+
- [Hashing with Double Hashing](./Hash/Double%20Hashing)
4548

4649
## Algorithms
4750

4851
- [Sorting Algorithms](./sorting%20algo)
4952
- [Recursion](./recursion)
53+
- [Searching Algorithms](./search%20algo)
5054

5155
## Notes
5256

0 commit comments

Comments
 (0)