To sorting array of 10 elements which sorting is best
a)selection
b)bubble
c)tree sort

Answer Posted / guest

I Guess Selection sort..

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Any real time example of O2C process from taking order till creating invoice.

1903


how sap is different from other software ?

1756


You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)

695


what is difference between input parameter and output parameter.

4307


how to display xisheet in list box in c# .net

1722






1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?

2022


what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?

2205


It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?

1614


Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.

1640


Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)

2336


Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)

152


How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there

1662


Suppose server object is not loaded into the memory, and the client request for it , what will happen?

2293


can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com

2039


Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach

1500