Skip to content

shaicoleman/nim-topn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nim-topn

Find top-n integers in a file, written in Nim

Requires Nim 0.10.3 or greater

Install required libraries:

nimble install random strfmt@#devel

Usage:

nim c -d:release topn.nim
./topn -n=<topn> -i=<filename>

Generate random numbers:

nim c -d:release gen_data.nim
./gen_data

About

Find top-n items in a file, written in Nim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages