/*
Author: Jiangong SUN
*/
I will introduce the bubble sort in this article.
Firstly, I will make a basic implementation of bubble sort algorithm.
I will no doudbt update this article with more examples. And I hope you can find useful informaiton in this article. Enjoy coding!
reference:
http://www.cnblogs.com/tobin/archive/2008/04/28/1174687.html
http://en.literateprograms.org/Bubble_sort_(C_Sharp)