Skip to content

AshleyMDickson/Prime_Testing_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prime Testing App

A playground app with which to try out some C++ development.

TODO

  1. Add recursion to list prime factors only.
  2. Add functionality to enter 2 numbers and find primes between -- DONE, sort of.
  3. Add a function to count the number of prime factors
  4. Consider some GUI options.
  5. Sort input numbers by 'primality', i.e. number of prime factors from 0 (most prime) to max (least prime).
  6. Add twin-primes finder.

Also: Need to merge with C++ multi-file project template to expand functionality. -- DONE.

About

Playground for C++ dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published