This website requires JavaScript.
Explore
Help
Sign In
coolaj86
/
fizzbuzz
mirror of
https://github.com/coolaj86/fizzbuzz.git
Watch
1
Star
0
Fork
You've already forked fizzbuzz
0
Code
Issues
Projects
Releases
Wiki
Activity
8eebc915a2
fizzbuzz
/
sort-c++
/
README.md
215 B
Raw
Blame
History
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