Languages Java String Manipulation  

AlphaSort

download download  
important code information
author:
Gonzales Cenelia
minimum requirements:
AlphaSort description

Program Name: AlphaSort These program uses the "Bubble Sort Algorithm" to sort an array of strings in alphabetical order. The "Bubble Sort Algorithm" is not the "quickest algorithm" that can be use to sort a list of elements but it's mechanism is among the most simple to understand. website: www.ai-search.4t.com


File List:
@PSC_ReadMe_5110_2.txt1Kb
AlphaSort.java2Kb

Similar code
Format Phone Number (Popularity: ) : Enter a phone number, including the area code, and watch the script format the phone number on the fly as follows: (###)###-#### I did not write this code. I merely took it from another site and submitted it here for ...
Student Roster (Popularity: ) : This is a sample Java application that allows a user to update a STUDENT ROSTER, using a vector of student objects.
A Parser (Popularity: ) : A badword filter which can filter the given set of words from a string. Works with anything, Swing,Servlet, JSP etc. Use it in your programs such as chat applets to filter unwanted words in communication.
Encrypto (Popularity: ) : Encryption program encrypts a string of text. It can also decrypt strings of text which have been encrypted with this program.
Translater (Popularity: ) : Translate text into 1337, Ebonics, and 10 year old speak. You can also translate 1337 into English and make the text rAnDOmlY CaPITalIzeD
Word Generator (Popularity: ) : Generates new words randomly. You can change the number of syllables and words generated, enable leading or trailing vowels etc. Fully commented code. Demonstrates random numbers, string concatenation, nested loops, arrays.
Cut contents of a page only by highLight it (Popularity: ) : You high light a text or a picture on a page and press the button and the text you marked will disappear you can highLight a text too and press the button and write whatever you want insted of it
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 118
version
size in Kb 1
popularity   1336/7913374
user rating 0/10
ad


New Code
Popular Code