Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added link to LRU Cache
  • Loading branch information
Suf42 authored Aug 14, 2024
1 parent 65f1034 commit 09f7cdc
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 @@ -28,7 +28,7 @@ Gradle is used for development.
- [Heap](src/main/java/dataStructures/heap)
* Max heap implementation
- [Linked List](src/main/java/dataStructures/linkedList)
- LRU Cache
- [LRU Cache](src/main/java/dataStructures/lruCache)
- Minimum Spanning Tree
* Kruskal
* Prim's
Expand Down

0 comments on commit 09f7cdc

Please sign in to comment.