What is ascending and descending order?



What is ascending and descending order?..

Answer / Anup Kumar Dwivedi

Ascending order refers to a sorting order in which elements are arranged from the smallest to the largest. Descending order, on the other hand, refers to a sorting order in which elements are arranged from the largest to the smallest.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What do you mean by selection sort?

1 Answers  


What is the impact of signed numbers on the memory?

1 Answers  


Explain how to find 3rd element from end in a linked list in one pass?

1 Answers  


How do you explain bubble sort?

1 Answers  


Is tuple immutable?

1 Answers  


What is the default capacity of hashmap?

1 Answers  


What are the non linear data structure?

1 Answers  


Mention the steps to insert data at the starting of a singly linked list?

1 Answers  


Who invented merge sort?

1 Answers  


What are different techniques for making hash function? Explain with example.

1 Answers  


How does insertion sort works?

1 Answers  


Does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?

1 Answers  


Categories