sorter

command
v0.0.0-...-103f554 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL