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 |
What do you mean by selection sort?
What is the impact of signed numbers on the memory?
Explain how to find 3rd element from end in a linked list in one pass?
How do you explain bubble sort?
Is tuple immutable?
What is the default capacity of hashmap?
What are the non linear data structure?
Mention the steps to insert data at the starting of a singly linked list?
Who invented merge sort?
What are different techniques for making hash function? Explain with example.
How does insertion sort works?
Does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?