Computer Science, asked by aravindha01, 2 months ago

explain binray tree sort​

Answers

Answered by nivasravirajkumar
3

A tree sort is a sort algorithm that builds a binary search tree from the elements to be sorted, and then traverses the tree (in-order) so that the elements come out in sorted order. Its typical use is sorting elements online: after each insertion, the set of elements seen so far is available in sorted order.

Data structure: Array

Class: Sorting algorithm

Answered by Anonymous
0

{\tt{\red{\underline{\underline{\huge{AnswEr}}}}}}

A tree sort is a sort algorithm that builds a binary search tree from the elements to be sorted, and then traverses the tree (in-order) so that the elements come out in sorted order. Its typical use is sorting elements online: after each insertion, the set of elements seen so far is available in sorted order.

Answered by Anonymous
0

{\tt{\red{\underline{\underline{\huge{AnswEr}}}}}}

A tree sort is a sort algorithm that builds a binary search tree from the elements to be sorted, and then traverses the tree (in-order) so that the elements come out in sorted order. Its typical use is sorting elements online: after each insertion, the set of elements seen so far is available in sorted order.

Answered by Anonymous
0

{\tt{\red{\underline{\underline{\huge{AnswEr}}}}}}

A tree sort is a sort algorithm that builds a binary search tree from the elements to be sorted, and then traverses the tree (in-order) so that the elements come out in sorted order. Its typical use is sorting elements online: after each insertion, the set of elements seen so far is available in sorted order.

Answered by Anonymous
0

{\tt{\red{\underline{\underline{\huge{AnswEr}}}}}}

A tree sort is a sort algorithm that builds a binary search tree from the elements to be sorted, and then traverses the tree (in-order) so that the elements come out in sorted order. Its typical use is sorting elements online: after each insertion, the set of elements seen so far is available in sorted order.

Similar questions