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 sorting algorithm that can be use to sort numerical values. By the way Im using Turbo C 2.0 for DOS in this application of mine.
The purpose of this code is to demonstrate the Bubble Sort as one of the most common sorting algorithm that is widely used. I intended this code for beginners in C programming particularly for those who are studying data structures and Algorithms. If you like this code send me an email at [email protected]. People here in the Philippine who want to contact me you can reach me at 09296768375. Thank you very much and Happy Programming.
Regards,
Mr. Jake Rodriguez Pomperada, MAED - Instructional Technology
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 32 views