| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
BinaryTreeArray | Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Simon Krige | 6585 since 9/3/2007 10:22:04 AM | Unrated
|
| |
This code creates a Binary Tree which is a data structure allowing very fast, direct access to each piece of data as well as fast sorting and searching in the database. (ScreenShot) |
| |
| |
| |
 |
BlockingQueueSample | Java (JDK 1.5) | Advanced / kathirvelu | 1271 since 9/14/2011 4:53:13 PM | Unrated
|
| |
This code will explain how to implement queue in Java. For ref. <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Queue.html"> Queue in java</a> |
| |
| |
| |
 |
Btree Mini Dictionary | Java (JDK 1.1), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / S.Parama | 7292 since 11/29/2006 7:49:47 AM | Unrated
|
| |
This BTree Mini Dictionary program written in Java which performs certain operations such as adding words to the dictionary, search and remove words from the dictionary.
Use the Internet Explorer 6.0 and above version to view this dictionary. Enjoy with ...(description truncated) (ScreenShot) |
| |
Please support the site by visiting our
sponsor:
|
| |
| |
 |
Bubble sort | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Chrystian Vieyra | 8332 since 3/1/2006 12:23:26 AM | Unrated
|
| |
Sorts an array of integers and shows the max and min values |
| |
| |
| |
 |
Bubble sort an array of Strings | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Chrystian Vieyra | 36873 since 3/8/2006 6:17:30 PM |
By 2 Users 2 Excellent Ratings
|
| |
Sorts an array of structures by using the bubble sort |
| |
| |
| |
 |
bubble sort array of random integers | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Chrystian Vieyra | 5334 since 3/6/2006 11:56:25 PM | Unrated
|
| |
Sorts an array of random integers |
| |
| |
| |
 |
Building and searching a binary tree | Java (JDK 1.1) | Beginner / Brian Larsen | 18162 since 3/5/2002 5:09:00 AM |
By 1 Users
|
| |
This a a binary tree build from scratch. Input from the keyboard are storet in it, and suggestions, already in the tree, appears when writing. |
| |
| |
| |
 |
Circular Linked List | Java (JDK 1.2) | Beginner / michael worthington | 30738 since 2/28/2002 6:07:05 PM |
By 5 Users 3 Excellent Ratings
|
| |
The Circular Linked List class is created from scratch as well as uses its own Node class. It differs from the regular linked list because the last node points to the first node. CLL's are like arrays but have some differences. This is an excellent class ...(description truncated) |
| |
| |
| |
 |
convert Decimal to Roman | Java (JDK 1.4), Java (JDK 1.5) | Advanced / Leonard C. Bendal | 11650 since 9/21/2007 11:18:05 AM | Unrated
|
| |
These program have two classes namely Converted and the other one is NumberUsed. The Program objective is to convert the decimal numbers to roman numerals, this can convert from one up to nine hundred ninety-nine million nine hundred ninety-nine thousand ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Converter | Java (JDK 1.4) | Advanced / Heshan J Peiris | 2703 since 9/4/2007 4:57:43 AM |
By 1 Users
|
| |
This Program will convert any decimal number in to a preferred radix..(You can convert 215 in 2 radix 16 using this program) |
| |