Insertion Sort Version 1.0

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

Palindrome Determiner Version 1.0

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

Bubble Sort Version 1.0

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

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

Digital Clock Version 1.0

This is my first time I wrote an application in Java that I called it Digital Clock it uses swing as its graphical user interface and many build-in libraries in Java for time, calendar and date functions. This code is quiet simple yet in contains many functionalities that make this application robust and efficient. I also include a code that will determine whether the time is AM or PM. Feel free