Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
The link to the HashMap.java was broken. Directory changed from DataStructures/Hashmap/HashMap.java to DataStructures/Hashmap/Hashing/HashMap.java
  • Loading branch information
Mihir-Hindocha authored Dec 16, 2018
1 parent 8a3df4a commit eb67cca
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 @@ -185,5 +185,5 @@ Stacks|Trees|

* [Bags](DataStructures/Bags/Bag.java)
* [Buffer](DataStructures/Buffers/CircularBuffer.java)
* [HashMap](DataStructures/HashMap/HashMap.java)
* [HashMap](DataStructures/HashMap/Hashing/HashMap.java)
* [Matrix](DataStructures/Matrix/Matrix.java)

0 comments on commit eb67cca

Please sign in to comment.