answersLogoWhite

0

What is ordered tree in datastructure?

Updated: 8/16/2019
User Avatar

Wiki User

9y ago

Best Answer

An ordered tree is a tree that has the children of each node ordered in a certain manner. When the root is shown at top, the children are written from left to right.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is ordered tree in datastructure?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Give Example with explanation of avl tree rotation?

45,60,70,13,10,30,22,33,24construct avl tree


Which data structures used in T9 dictionary?

Tries, it is a kind of tree data structure that can be used.


Storage pool in datastructure?

Storage pool is collection of free linked list in the memory.


What are the advantages of data structure?

The tree structure is useful because it easily accommodates the creation and deletion of folders and files.


Provide the notes of datastructure according to the syllabus of csvtu for B.E 4th semester?

Whats the safest country?


Is sorting a binary search tree simple?

A binary search tree is already ordered. An in order traversal will give you a sorted list of nodes.


2008-3rd sem-datastructure Anna university question paper?

Anna university third sem question pattern


How is multiprogramming achieved by an operating system?

When the timeslot for the current program runs out, the routine saves the current CPU context into a datastructure, selects a new program to be run for the next timeslot, and loads the CPU registers with the values that were saved in that process's datastructure. Hence a new program gets the CPU. This cycle continues till all programs are terminated or aborted.


What is Parse tree?

A syntax tree is a tree representation of the syntactic structure of the source code where the node denotes a construct. For more information, visit the link below:


What is a sentence for stupidly and tree?

Stupidly, I made the ax cut on the wrong side of the tree, making it fall on the house.The city stupidly ordered all trees cut down, including ones in the park.


What is key data structure?

Key datastructure is a data statucture or container which keeps key value pair. For a search the key is passed to check that the key is present in DS or not.


Explainthe different between B tree and B plus tree?

The B-tree is the classic disk-based data structure for indexing records based on an ordered key set. The B+-tree(sometimes written B+-tree, B+tree, or just B-tree) is a variant of the original B-tree in which all records are stored in the leaves and all leaves are linked sequentially. The B+-tree is used as a (dynamic) indexing method in relational database management systems.