Skip to content

A limited and simplified implementation of the Unix factor program

License

Notifications You must be signed in to change notification settings

shlomif/mini-factor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-factor

A limited and simplified implementation of the Unix factor program for factorisation.

Example session:

$ ./mini_factor 100
100: 2 2 5 5

Building:

mkdir b
cd b
cmake ..
make

About

A limited and simplified implementation of the Unix factor program

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published