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
Any real time example of O2C process from taking order till creating invoice.
how sap is different from other software ?
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.)
what is difference between input parameter and output parameter.
how to display xisheet in list box in c# .net
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?
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?
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?
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.
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)
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
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
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