Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8fae46e

Browse files
committed
update: entry for trees in README
1 parent 5fd958e commit 8fae46e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎README.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,16 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
2929
- [Postfix Expression Evaluation](src/_DataStructures_/Stack/postfix-expression-evaluation)
3030
- [Remove Consecutive Repeated Digits](src/_DataStructures_/Stack/remove-consecutive-repeated-digits)
3131
- [Implement 2 Stacks using Single Array](src/_DataStructures_/Stack/2-stacks-using1-array)
32-
3332

3433
- [Queue](src/_DataStructures_/Queue)
34+
3535
- [Weave](src/_DataStructures_/Queue/weave)
3636

3737
- [Doubly Linked List](src/_DataStructures_/DoublyLinkedList)
38-
- [Suffix Tree](src/_DataStructures_/SuffixTree)
38+
39+
- [Trees](src/_DataStructures_/Trees)
40+
- [Binary Search Tree](src/_DataStructures_/Trees/BST)
41+
- [Suffix Tree](src/_DataStructures_/SuffixTree)
3942

4043
### Logical Problems
4144

@@ -67,7 +70,6 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
6770

6871
- [LRU Cache](src/_Algorithms_/lru-cache)
6972

70-
7173
### Path Finder
7274

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /