answersLogoWhite

0

Define tree in data structure

Updated: 8/20/2019
User Avatar

ShreeSathya

Lvl 1
11y ago

Best Answer

Tree is directed, cycle-less, connected graph.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Define tree in data structure
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between binary tree and tree data structure?

binary tree is a specific tree data structure where each node can have at most 2 children nodes. In a general Tree data structure nodes can have infinite children nodes.


Difference types of nonlinear data structure?

Tree, Graphs are the types of nonlinear data structure.


What do you call a tree without node in data structure?

A null tree.


What is the best data structure for notepad?

i think it will be tree...


How can define date data type in c structure?

struct tm can be an example.


What is non linear data strcuture?

A tree is an example for a non-linear data structure.


Which data structure represent many to many relationship?

tree


What is the difference between primitive and non primitive data structure?

A primitive data structure is generally a basic structure that is usually built into the language, such as an integer, an array or a linked-list.A non-primitive data structure is built out of primitive data structures linked together in meaningful ways, such as a binary search tree, AVL Tree, Hashtable, etc.


Who invented data structures?

Data structure is a very basic concept. I don't think it's possible to trace it back to a single person who invented it...


What data structure is used to represent graphs in c language?

A tree.


What is trie indexing?

Trie tree is tree data structure which is used to store the string over an alphabet


How many types of tree in data structure?

1. Binary Tree 2. Null Tree 3. High&Low Balance Tree . . .