Skip to content

Commit 199b729

Browse files
Update README.md
1 parent aea5617 commit 199b729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Trees in Tech Interviews 2024: 28 Core Questions & Answers
1+
# Tree Data Structures in Tech Interviews 2024: 28 Core Questions & Answers
22

33
**Trees** are hierarchical data structures consisting of nodes connected by edges, with a singular root node and subsequent child nodes. They are foundational in representing hierarchical data, and in tasks like parsing expressions and managing databases. In coding interviews, questions about trees assess a candidate's understanding of **hierarchical data storage**, tree traversals, and various tree-based algorithms.
44

0 commit comments

Comments
 (0)