java

Greatest Common Divisor and Least Common Denaminator Solver Version 1.0

Submitted by jakerpomperada on
Hello everyone this is my new code in Java that I called it Greatest Common Divisor and Least Common Denominator Solver Version 1. The code is quiet complex because it deals with pure mathematical computation but it is easy to adapt one you understand the flow of the program. In mathematics, the greatest common divisor (gcd), sometimes known as the greatest common factor (gcf) or highest common

Merge Sort Version 1.0

Submitted by jakerpomperada on
About the code it is called merge sort program written in Java. Merge sort is another sorting algorithm the is widely used in arranging numbers and strings. It was developed by Dr. John Von Neumann in 1945. I intended this code for beginners who are new in sorting algorithm construction and uses it in a practical manner. If you find this code useful send me an email at [email protected]

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

Address Book Entries Version 1.0

Submitted by jakerpomperada on
Hi there this is my first time to post a code in Java that Im using multi dimensional array as its data structure. I wrote again this code for a programming assignment of a student who as my help over the Internet. In this example it will display the name, telephone number and address of the user. I called this example a simple address book in Java. I intended this code for beginners in Java