Skip to content

collatz-prefixes/collatz-prefixes-cplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Implementation of Collatz Prefixes

C++ code is for further performance improvements and robust experiments.

Usage

  • make and your binary will be created as bin/collatz.
  • make again to clean all objects files and make again.
  • make test to create a testing binary under bin/test._