Skip to content
View BrianKlemm-GIT's full-sized avatar
Block or Report

Block or report BrianKlemm-GIT

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Fundamental-Theorem-of-Arithmetic Fundamental-Theorem-of-Arithmetic Public

    This python script uses the Fundamental Theorem of Arithmetic to calculate the unquie set of prime numbers for a non-prime integer. If the user inputed request is a prime the script will alert them…

    Python

  2. prime-number-generator prime-number-generator Public

    This is a C++ prime number generator. It generates prime numbers by user specified count. It then saves the found prime numbers to a .dat file. If a user later request a lesser number of prime numb…

    C++