Skip to content

C++ software for the creation of ulam spiral images.

Notifications You must be signed in to change notification settings

newage99/ulam_viewer_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Ulam Viewer C++

Version 1.0:

  • Image creation library: bitmap_image.hpp (https://github.com/ArashPartow/bitmap)
  • Primes finding algorithm: Segmented sieve ( O(n*log log n)) complexity )
  • Max number to calculate hard-typed in code (pending to change)
  • Image name and destination path hard-typed in code (pending to change)

About

C++ software for the creation of ulam spiral images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages