Skip to content
/ ccg Public

A simple program written in c to generate lots of data in csv format from the Collatz Conjecture

License

Notifications You must be signed in to change notification settings

dko1905/ccg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collatz Conjecture Generator

This program aims to be one of the fastest generators of the Collatz Conjecture. I am not really sure what you want to use it for.

New branch

The new branch was a WIP branch, where I was trying to make it multithreaded, but after bad results, I stopped working on it.

Usage

Run the program without any arguments to get the usage. Here is the output of running the program without any arguments.

g	Generate numbers in binary format
	ccg g <output binary file> <start> <stop> (<buffer size>)
c	Convert from binary to csv format
	ccg c <binary input file> <csv output file> (<buffer size>)

License

Nice and free, MIT

About

A simple program written in c to generate lots of data in csv format from the Collatz Conjecture

Topics

Resources

License

Stars

Watchers

Forks