| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
HashTable | Java (JDK 1.3), Java (JDK 1.4) | Intermediate / Kh. Mahmudul Alam | 4237 since 6/17/2004 6:48:26 PM | Unrated
|
| |
It's ahash table implementation in java with several collision resolution scheme |
| |
| |
| |
 |
Heap Sort Version 1.0 | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Advanced / Jake Rodriguez Pomperada | 3506 since 1/29/2009 8:36:41 AM | Unrated
|
| |
This is another sorting algorithm called heap sort that I wrote using Java programming language. The heap sort code is quiete complex but it is very useful when you are sorting a big amount of numbers.
If you find this code useful send me an email at jake ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
homework | Java (JDK 1.1), Java (JDK 1.5) | Beginner / PAM27 | 2130 since 10/5/2010 4:57:58 PM | Unrated
|
| |
well my code is for homework and idk what its suppose to be..my teacher just said it requires you to use a linked list as the internal (hidden) representation of the List. this is my first time using java so can somebody please help me |
| |
| |
| |
 |
Huffman Coding | Java (JDK 1.3) | Advanced / Sasha Pigovat | 5400 since 6/17/2004 1:50:32 PM |
By 1 Users
|
| |
Code implements the Huffman Algorithm for compressing and decompressing the data files. |
| |
| |
| |
 |
HuffmanTree | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate /
| 1692 since 7/31/2012 9:33:04 AM | Unrated
|
| |
Generates Huffman codes |
| |
| |
| |
 |
Integer into a Vector | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Guedes | 2575 since 2/27/2004 11:19:46 AM | Unrated
|
| |
This example shows how a coder can manipulate a integer value to java.util.Vector. (ScreenShot) |
| |
| |
| |
 |
Java, Calculator | Java (JDK 1.2) | Intermediate / SouthOfHeaven | 7901 since 1/4/2004 6:04:09 AM |
By 1 Users
|
| |
Calculator that uses +, -. *, / , (, ), buttons |
| |
| |
| |
 |
Job Sequencing With Dead Lines | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Y. Jayarathina Madharasan | 5298 since 5/7/2009 8:56:45 AM | Unrated
|
| |
This program performs job sequencing with dead lines by Greedy programming technique. |
| |
| |
| |
 |
JSort, JSearch, JCollate | Java (JDK 1.5) | Intermediate / Foo Carl Sum | 2517 since 6/18/2007 9:21:16 AM | Unrated
|
| |
A set of small utilities that help sort, collate and search data in text files that are in CSV format. |
| |
| |
| |
 |
Knapsack Problem | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Y. Jayarathina Madharasan | 5111 since 5/7/2009 8:57:01 AM | Unrated
|
| |
This program performs algorithm for knapsack problem by Greedy programming technique. |
| |