Little ditties. The usual suspects.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
AJ ONeal ad71d1f557 Added CS240 sort 14 years ago
..
Makefile Added CS240 sort 14 years ago
README.md Added CS240 sort 14 years ago
case1.txt Added CS240 sort 14 years ago
case2.txt Added CS240 sort 14 years ago
line.cpp Added CS240 sort 14 years ago
line.h Added CS240 sort 14 years ago
main.cpp Added CS240 sort 14 years ago
sort240.h Added CS240 sort 14 years ago

README.md

About

Simpler clone of GNU sort for BYU CS240.

Build

make
./sort240 [-rni] case1.txt

Use

  • -i - case insensitive sort
  • -n - treat characters as numbers
  • -r - reverse sort