Skip to content

Commit 773ab70

Browse files
committed
Fix link of hash table implementation in README
1 parent 1541753 commit 773ab70

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
@@ -49,7 +49,7 @@ Short sample program to demonstrate C++ language basics
4949
* Implement **malloc()** and **free()** [Link](Operating-System-Concepts/memory-management/my_malloc_free/)
5050
* Hash table implementation
5151
* Implement elementary hash table in C++ [Link](Operating-System-Concepts/hash-table/HashTableElementary.cpp)
52-
* Hash table implementation in C++ using STL [Inspiration](https://aozturk.medium.com/simple-hash-map-hash-table-implementation-in-c-931965904250)   [Link](Operating-System-Concepts/hash-table/HashTableElementary.cpp)
52+
* Hash table implementation in C++ using STL [Inspiration](https://aozturk.medium.com/simple-hash-map-hash-table-implementation-in-c-931965904250)   [Link](Operating-System-Concepts/hash-table/hash-table-using-stl)
5353

5454
# Reading-References
5555
* **Prefix Hash tree**

0 commit comments

Comments
 (0)