Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Write programs for Bubble Sort, Quick sort

Answers were Sorted based on User's Feedback



Write programs for Bubble Sort, Quick sort..

Answer / vinay gupta

write programs for insertion sort

Is This Answer Correct ?    4 Yes 3 No

Write programs for Bubble Sort, Quick sort..

Answer / nuyer

2
3
4
4
5
6
4
34
5
45
345
45


42
5
5

5

532
5
345
34
53
5
35
34
534
5
345
34
534
5
35
35
534
346
45
654
654
6
456
45
6
6
546
45
64
56
456
4
6

Is This Answer Correct ?    1 Yes 0 No

Write programs for Bubble Sort, Quick sort..

Answer / ganga

all the above programs are wrong!!!

heres a perfect one.. simple logic!

for(i=0;i<n-1;i++)
for(j=i+1;j<n;j++)
{
if(a[i]>a[j])
{
temp=a[i];
a[i]=a[j];
a[j]=temp;
}
}
// now print the elements n see

Is This Answer Correct ?    1 Yes 0 No

Write programs for Bubble Sort, Quick sort..

Answer / giftson d

@Babbu
Thn wat is t answer, Pls explain...

Is This Answer Correct ?    0 Yes 0 No

Write programs for Bubble Sort, Quick sort..

Answer / lukesh

parul

Is This Answer Correct ?    16 Yes 21 No

Post New Answer

More Data Structures Interview Questions

Define in brief an array. What are the types of array operations?

0 Answers  


What is placement new in data structures?

0 Answers  


What is difference between hashset and treeset?

0 Answers  


Of the following tree structure, which is, efficient considering space and time complexities? (a) Incomplete Binary Tree (b) Complete Binary Tree (c) Full Binary Tree (b) Complete Binary Tree.

1 Answers  


What is mean by sorting?

0 Answers  


What is frozenset?

0 Answers  


How many sorting algorithms are there?

0 Answers  


Is int a data structure?

0 Answers  


Define distributed query and linked server?

0 Answers  


Which is better merge or quick sort?

0 Answers  


Can hashmap store null values?

0 Answers  


What is an iterative algorithm?

0 Answers  


Categories