Skip to content

Commit 2db8441

Browse files
committed
--update : README.md
1 parent aae9142 commit 2db8441

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
2727
- [Queue](src/_DataStructures_/Queue)
2828
- [Weave](src/_DataStructures_/Queue/weave)
2929

30+
- [Doubly Linked List](src/_DataStructures_/DoublyLinkedList)
3031
### Logical Problems
3132

3233
- [Anagrams](src/_Problems_/anagrams)
@@ -52,6 +53,11 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
5253

5354
- [Binary Search](src/_Searching_/BinarySearch)
5455

56+
### Algorithms
57+
58+
- [LRU Cache](src/_Algorithms_/lru-cache)
59+
60+
5561
### Path Finder
5662

5763
- [A\*](src/PathFinder/AStart)

0 commit comments

Comments
 (0)