Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 306 Bytes

README.MD

File metadata and controls

9 lines (6 loc) · 306 Bytes

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._