Search This Blog

Thursday, December 16, 2010

Sorting of city names in alphabetical order using the Bubble Sort technique - ICSE BOARD QUESTION 2008

/**
 * Define a class and store the given city names in a single dimensional array. Sort these names in alphabetical order
 * using the Bubble Sort technique only.
 * INPUT: Delhi, Bangalore, Agra, Mumbai, Calcutta
 * OUTPUT: Agra, Bangalore, Calcutta, Delhi, Mumbai
 */
import java.io.*;
class question2008
{
    public static void main(String args[]) throws IOException
    {
        String words[]= {"Delhi", "Bangalore", "Agra", "Mumbai", "Calcutta"};
        BufferedReader br=new BufferedReader(new InputStreamReader(System.in));       
       
        int len=words.length;
        int i,j;
        String t;
       
        for(i=0; i<len-1; i++)
        {
            for(j=0; j<len-1-i; j++)
            {
                if(words[j].compareTo(words[j+1])>0)
                {
                    t=words[j+1];
                    words[j+1]=words[j];
                    words[j]=t;
                }
            }
        }
        System.out.println("The cities in alphabetical order are : ");
        for(i=0; i<len; i++)
        {
            System.out.print(words[i]+ " ");
        }
    }
}

7 comments:

  1. Thanks for providing JAVA code for Bubble Sort.I am learning JAVA so its very useful for me.

    ReplyDelete
  2. Is anyone else experiencing headaches from a transition to a paleo diet, however, it can be
    therapeutic for diabetics in the short term stress there must be a
    natural organic diet.

    My page :: easy paleo meals

    ReplyDelete
  3. 5 billion program that will begin in January. Analyst opinions are important as gauge but seem to be all
    that revolutionary either. Vivint BBB Better business Bureau Scam BBB Apologizes
    For Rating System Better business Bureau under fire Related Links:
    Vivint and the BBBT he Better business Bureau: It's not what you think!

    my webpage; engine optimization

    ReplyDelete
  4. So, a firm should ensure that they are not as famous as they are always close to the top of the SERP s.
    By the time search engine reached No. Some search engine companies
    that are promising you the top spot, you can see,
    search engine is a great thing and everyone should at least learn a bit about Google and links.
    Consulting friends, relatives, family members and people will be eager to hear it.


    My webpage ... higher search engine ranking

    ReplyDelete
  5. But as the nature of the program itself that could spell trouble for contestants in stale How To Get Him Back After A Break Up.
    This means that public bodies have lost some of the work and remember, if you're having such strong emotions, the first thing to do is to pretend you don't have to believe all she
    says. According to the census, shows that prejudice towards mixed race How To Get Him Back
    After A Break Up has fallen from 50% in the 1980s.


    My weblog ... find husband

    ReplyDelete