Important alert: (current site time 7/15/2013 8:41:28 AM EDT)
 

winzip icon

Basic Sorting Algorithm Analysis

Email
Submitted on: 4/4/2003 3:20:31 AM
By: stevenfanky 
Level: Beginner
User Rating: By 5 Users
Compatibility: C#
Views: 14679
 
     This source code is about the basic sorting algorithm implemented in C#. The algorithms included are Bubble Sort, Insertion Sort, Selection Sort. User can trace how's the sorting algorithm works. Besides running each sorting individually, user can also run the 3 algorithms simultenously ( something like RACING, implemented with the help of Multithreading in C# ).

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.Virus note:All files are scanned once-a-day by Planet Source Code 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.

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
  1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.

Report Bad Submission
Use this form to tell us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:

Your Vote

What do you think of this code (in the Beginner category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor (See voting log ...)
 

Other User Comments
2/20/2004 6:26:18 PMtfmalone

Thank you for sharing this. Nice GUI and good code.
(If this comment was disrespectful, please report it.)

 
12/17/2004 12:19:31 AM

very good code,as it help me lot in progrraming
(If this comment was disrespectful, please report it.)

 
11/4/2005 10:49:10 AM

very good code, can you make it very effeceint tom make three algorithms run in parallel using the idea of multithreading
(If this comment was disrespectful, please report it.)

 
11/16/2008 7:02:40 PMJanice

Thank you so much for this code. It has helped me so much in my assignment. Is it possible though for instead of randomly assigning some numbers, you could actually load the numbers from a file?
(If this comment was disrespectful, please report it.)

 

Add Your Feedback
Your feedback will be posted below and an email sent to the author. Please remember that the author was kind enough to share this with you, so any criticisms must be stated politely, or they will be deleted. (For feedback not related to this particular code, please click here instead.)
 

To post feedback, first please login.