Skip to content

Commit 0080b29

Browse files
Added a new resource
Hey, I have added a reference link for Binary Tree in Data Structure under Binary Tree - Definition. I came upon this article while looking for resources to learn Data Structure. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners.
1 parent 68b36d5 commit 0080b29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ Big-Theta refers to the tight bound of time or space complexity of an algorithm.
138138
- Is a tree like data structure where every node has at most two children.
139139
- There is one left and right child node.
140140

141+
For a full binary-tree reference see [Here](https://www.scaler.com/topics/data-structures/binary-tree-in-data-structure/)
142+
141143
#### What you need to know
142144
- Designed to optimize searching and sorting.
143145
- A **degenerate tree** is an unbalanced tree, which if entirely one-sided, is essentially a linked list.

0 commit comments

Comments
 (0)