We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375c84e commit 408c892Copy full SHA for 408c892
README.md
@@ -40,13 +40,17 @@ This repository contains implementations of various data structures and algorith
40
- Min Heap
41
- Max Heap
42
- Heap Operations (Insert, Delete, Heapify)
43
-- [Hashing](./Hash/Chaining)
44
- - Hashing with Chaining
+- [Hashing](./Hash)
+ - [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)
48
49
## Algorithms
50
51
- [Sorting Algorithms](./sorting%20algo)
52
- [Recursion](./recursion)
53
+- [Searching Algorithms](./search%20algo)
54
55
## Notes
56
0 commit comments