Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is tree in data structure and how does it works?

user-image
Question added by Akash Prasad
Date Posted: 2013/11/04
Deleted user
by Deleted user

Its representation of data in a hierarchical manner. The nodes are dynamically allocated (i.e., at runtime), and used in sorting techniques like heapsort. Used in huffman-coding (applications like winrar or7zip are based on huffman-coding)

More Questions Like This