Heap Sort Version 1.0

Submitted by jakerpomperada on
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 [email protected]. People here in the Philippines can reach me at my mobile phone number 09296768375. Thank you very much and Happy

Insertion Sort Version 1.0

Submitted by jakerpomperada on
About this code I called this one insertion sort it is another sorting algorithm in computer science that is widely used to sort numbers and strings. I created this program to give insights on how to use and how it works. I hope this will help somebody who wish to learn sorting algorithms using Java as their tool in software development. If you like this code and find it useful send me an email at

Selection Sort Version 1.0

Submitted by jakerpomperada on
This code is another sorting algorithm called selection sort written in Java. If you find this code useful send me an email at [email protected]. People here in the Philippines who like to reach me they can contact me at 09296768375. Thank you and Happy Programming. Regards, Mr. Jake Rodriguez Pomperada, MAED - Instructional Technology

Palindrome Determiner Version 1.0

Submitted by jakerpomperada on
About this code I called this program Palindrome Determiner Version 1.0 what it does it checks the word provided by the user whether the word is a palindrome or not a palindrome. To give you an insights a palindrome is a word that when reverse it the spelling is still the same as in its original form. For example: radar when you read it backwards its still radar. If you find my code useful send me

Wedge of Stars

Submitted by winoe on
The user enters the initial number of stars, and the program writes out lines of stars. Each line has one few star than the previous line: Initial number of stars: 7 ******* ****** ***** **** *** ** *

Bubble Sort Version 1.0

Submitted by jakerpomperada on
Hi Everyone this is my first time to submit and create a bubble sort program using C language. It's kinda challenging one for me at first but I was able to figure it how it works. Bubble sort algorithm works by comparing adjacent values to another. After it compares it swaps the adjacent values after it determines which values is higher from one another. Bubble sort is one of the simpliest form of

Inventory System v1.0.75

Submitted by admin on
This is an advance Inventory System that I've made before. It has a lot of features that you can use in your own program. Features of this program are as follows: Purchase order are put on hold prior to final posting. Purchase/Sales order return. The system automatically detect if all items in purchase order has been delivered. Items in listview turns red if all items has been delivered. Items