Skip to content
View MathNerdGamer's full-sized avatar

Block or report MathNerdGamer

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

Popular repositories Loading

  1. Hill-Cipher-Webpage Hill-Cipher-Webpage Public

    Web page for Hill Cipher implementation. Used for demoing to High School students.

    C++ 1

  2. Product-of-Primes-Between-n-and-2n Product-of-Primes-Between-n-and-2n Public

    Finding counterexamples to a lemma found in some course notes online.

    C++

  3. integers-modulo-n integers-modulo-n Public

    Header-only wrapper class for arithmetic modulo N using std::int64_t.

    C++

  4. minimal-matrix minimal-matrix Public

    A header-only minimal matrix implementation which accepts user-defined numerical types. Includes unary +/-, addition, subtraction, multiplication assignment/binary operators, and comparison operato…

    C++

  5. hill-cipher hill-cipher Public

    A header-only basic Hill Cipher implementation modulo 97 (all characters commonly found on a QWERTY keyboard, including a-z, A-Z, 0-9, all symbols, tab, and newline). Since 97 is prime, Z/97 is a f…

    C++

  6. egyptian-form egyptian-form Public

    In the article titled "An Algebraic Algorithm for the Representation Problems of the Ahmes Papyrus," by Solomon W. Golomb, American Mathematical Monthly, Vol. 69, 1962, an algorithm was described w…

    C++