| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Average Grade Using One Dimensional Array in Java | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Jake R. Pomperada | 7071 since 8/29/2015 1:41:47 PM | Unrated
|
|
In this example I wrote a program that will compute the average grade of the student on his or her several subjects using one dimensional array in Java the code is very simple to understand and use.
If you have some questions about programming, about my w ...(description truncated) (ScreenShot) |
|
|
|
 |
Binary Search Tree 1.0 | Java (JDK 1.2) | Intermediate / Fabian Jones (from psc cd) | 3796 since 1/3/2015 1:11:00 PM |
By 5 Users
|
|
***Version 1.0***
Traversing the tree is now available. PreOrder, InOrder, and PostOrder traversing is now available. The next version will be a GUI showing the operations being performed on the tree.<br>
***Version 0.7***<br>
- Cleaned up the code ...(description truncated) |
|
|
|
 |
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 (from psc cd) | 15473 since 1/4/2015 2:39:00 PM |
By 3 Users 3 Excellent Ratings
|
|
Sorts an array of structures by using the bubble sort |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Bubble Sort Program | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Jake R. Pomperada | 3993 since 8/5/2015 1:19:17 PM | Unrated
|
|
In this article I would like to share with you one of the most common sorting algorithm used in computer science it is called bubble sort. Basically we use sorting to arrange the values in ascending or descending order. What our program does is to ask the ...(description truncated) (ScreenShot) |
|
|
|
 |
Circular Linked List | Java (JDK 1.2) | Beginner / michael worthington (from psc cd) | 3415 since 1/2/2015 8:50:00 PM |
By 5 Users
|
|
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) |
|
|
|
 |
Conversion of Quick sort Algorithm | Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Harikrishnan | 2985 since 8/18/2016 12:08:49 PM | Unrated
|
|
Conversion of Algorithm to Quick sort code
Code Modules
1) Reading and displaying the array of elements to sort
2) Finding the pivot element(element for splitting into left and right),i mean the split element
3)Partitioning the elements
4)Recursive callin ...(description truncated) (ScreenShot) |
|
|
|
 |
Dictionary | Java (JDK 1.2) | Advanced / N.D.I.Samantha (from psc cd) | 2370 since 1/3/2015 6:57:00 PM |
By 2 Users
|
|
Dictionary using Hash Funtion (ScreenShot) |
|
|
|
 |
Dictionary in Java | Java (JDK 1.1), Java (JDK 1.2) | Beginner / Babar Mehboob (from psc cd) | 2229 since 1/3/2015 5:17:00 PM |
By 2 Users
|
|
Dictionary implemented in Java. You can add and delete word meaings as well as save and load them.
This was my first year bsc project.
I have implemented a binary tree to store the word and its corresponding meaning...........
Uploaded code with the compi ...(description truncated) |
|
|
|
 |
EnumSuper 'family' of type-safe enumerations | Java (JDK 1.1), Java (JDK 1.2) | Advanced / Paraclete (from psc cd) | 1808 since 1/2/2015 6:42:00 PM |
By 2 Users
|
|
Java is missing the type-safe "enum" capability of C++ and Pascal. This software implements a reasonable, practical approach for an application to declare/define a "family" of typesafe enums, such as Color, Gender, Progress, etc. |
|
|
|
 |
Graph ADT with GUI | Java (JDK 1.2) | Advanced / Jason Wyatt (from psc cd) | 3071 since 1/2/2015 12:58:00 PM |
By 14 Users
|
|
Shows how the Graph ADT(Abstract data type) can be used in such situation like calculating the shortes route between airports or similar situations. (Please vote if you think its worth it) (ScreenShot) |
|