Skip to content
View Zgmyr's full-sized avatar

Highlights

  • Pro

Block or report Zgmyr

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Efficient-Polynomial-Evaluations Efficient-Polynomial-Evaluations Public

    Investigating time complexity when evaluating polynomials using brute force vs. repeated squares vs. horner's method.

    C++

  2. Battleship Battleship Public

    Terminal recreation of the popular turn based Battleship board game. Implemented with a menu system, ASCII-based board game display, random ship placements and opponent targeting logic based around…

    C 1

  3. sg1-pill-puzzle sg1-pill-puzzle Public

    Simulates the classic "Pill Puzzle" probability problem using computational brute force instead of analytical math. This program allows users to explore how whole pills & half pills evolve over tim…

    Python 1

  4. OSp3-shared-clock-msg-passing OSp3-shared-clock-msg-passing Public

    Project from Operating Systems CS4760. Shared memory is used to simulate a system clock shared between oss (parent) and workers (child). System V message queues are used to pass messages back and f…

    C++