We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae9142 commit 2db8441Copy full SHA for 2db8441
README.md
@@ -27,6 +27,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
27
- [Queue](src/_DataStructures_/Queue)
28
- [Weave](src/_DataStructures_/Queue/weave)
29
30
+- [Doubly Linked List](src/_DataStructures_/DoublyLinkedList)
31
### Logical Problems
32
33
- [Anagrams](src/_Problems_/anagrams)
@@ -52,6 +53,11 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
52
53
54
- [Binary Search](src/_Searching_/BinarySearch)
55
56
+### Algorithms
57
+
58
+- [LRU Cache](src/_Algorithms_/lru-cache)
59
60
61
### Path Finder
62
63
- [A\*](src/PathFinder/AStart)
0 commit comments