Home
About Us
Contact Us
Privacy Policy
Disclaimer
Home
Aptitude
Python
C Programming
SDLC
Coding Question
Free Sites
Home
Sort
How many passes are required to sort the following values through bubble sort 10 1 2 3 6 8?
How many passes are required to sort the following values through bubble sort 10 1 2 3 6 8?
Programmers Decode
August 10, 2021
How many passes are required to sort the following values through bubble sort 10 1 2 3 6 8?
Bubble sort need n-1 passes to sort the array
no of elements are 6
no of passes would be 5
Compare adjacent no's and swap if 1st no greater then 2nd
Post a Comment
0 Comments
Queries
If you have any doubts or want any questions to be solved then add the question in the contact us form.
December 2021
5
October 2021
6
September 2021
7
August 2021
22
July 2021
8
Labels
Aptitude
C Programming
Free Sites
Python
SDLC
Popular Posts
Write a python program to create 4 divisions of a registered students
September 10, 2021
Aptitude Practice Questions
September 13, 2021
Freshers Aptitude Questions and Answers Chapter:- Syllogism
September 16, 2021
Categories
Aptitude
10
C Programming
11
Python
23
0 Comments