Sorting is not possible by using which of the methods?



Sorting is not possible by using which of the methods?..

Answer / Savitri Devi

Sequential Search method. Sequential search does not sort the data before searching, it just goes through the elements one by one to find a specific element.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Can we store a string and integer together in an array?

1 Answers  


What do you mean by: Syntax Error, Logical Error, Runtime Error?

7 Answers   College School Exams Tests, Microsoft,


What is the slowest sorting algorithm?

1 Answers  


Which sort show the best average behavior?

9 Answers  


Can sets contain duplicates?

1 Answers  


Which collection is used for sort?

1 Answers  


What is frozenset?

1 Answers  


What is data in computer science?

1 Answers  


What is the space complexity of selection sort?

1 Answers  


Define root?

1 Answers  


What is a spanning tree in data structure?

1 Answers  


Why we use arraylist instead of linked list?

1 Answers  


Categories