What is bubble sort in data structure?



What is bubble sort in data structure?..

Answer / Akash Singh

Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order. The pass through the list is repeated until the list is sorted.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Which is faster treemap or hashmap?

1 Answers  


Is hashmap a data structure?

1 Answers  


Which searching algorithm is best?

1 Answers  


What are threaded binary trees?

1 Answers  


Give the example of validating the parenthesis of expression using stack.

1 Answers  


What is the need for extendible hashing?

1 Answers  


What is non linear data structure with example?

1 Answers  


Can treemap key null?

1 Answers  


How do you implement a stack?

1 Answers  


How many null values are allowed in a set?

1 Answers  


Define disjoint set adt?

1 Answers  


Why is null not allowed in concurrenthashmap?

1 Answers  


Categories