Answer Posted / touchriverian
using merge sort.
http://www.chiark.greenend.org.uk/~sgtatham/algorithms/listsort.html
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Why is sorting necessary?
Explain different methods in which you can traverse a tree?
Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).
What is the difference between sorting and classifying?
What is heap tree explain with example?
What are the tasks performed during preorder traversal?
Is heap sort adaptive?
What do you know about the big-o notation and can you give some examples with respect to different data structures?
Describe the complexity of Binary search
How will you reverse Linked List.
What is dynamic array how is it created?
What is array and its types in data structure?
What is 1d array?
What is the difference between binary tree and binary search tree?
What does it mean to sort an array?