command
Version:
v0.0.0-...-103f554
Opens a new window with list of versions in this module.
Published: Oct 22, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
开发一个排序算法的比较程序.
从命令行指定输入的数据文件和输出的数据文件,并指定对应的排序算法.
该程序的用法如下所示:
USAGE: sorter –i <in> –o <out> –a <qsort|bubblesort>
一个具体的执行过程如下:
$ ./sorter –I in.dat –o out.dat –a qsort
The sorting process costs 10us to complete.
当然,如果输入不合法,应该给出对应的提示.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.