摘要
排序是计算机数据处理中的一项重要操作,而通常编写的排序程序,只会得到结果而看不到排序的具体过程。本文利用C#2010编程实现了三种简单排序算法的动态演示,有助于初学者快速掌握并了解排序算法的原理及实现过程。
Sort is an important operation in computer data processing, and written sort program only gets the result but can't show the specifie process of sorting. This paper, by using C# 2010 programming, achieves the dynamic demonstration of three simple sorting algorithm, helping beginners quickly grasp and understand the principle and realization process of sorting algorithm.
出处
《价值工程》
2013年第31期239-241,共3页
Value Engineering
关键词
选择排序
冒泡排序
插入排序
selection sort
bubble sort
insertion sort