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

Block or report BryanBennett

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. KnapsackOptimization KnapsackOptimization Public

    Using greedy and optimal fill algorithms to fill knapsack with weight constraints

    Java 1

  2. CharFreqCount CharFreqCount Public

    Make, then send executable as first argument and text file as a second argument

    C

  3. WordFreqCount WordFreqCount Public

    Scans a text file (sent as second argument to command line) and returns the most frequent words within the file

    C

  4. XORCipher XORCipher Public

    Send text file, key, and encrypt/decrypt instruction and the program will create the corresponding file under a new name

    C

  5. ImageSteganography ImageSteganography Public

    Hides message from txt file in least-significant bits of pixels from a ppm image. Program can also retrieve the message

    C

  6. AssemblySumMax AssemblySumMax Public

    Uses x86-64 assembly to prompt user for two integers, then finds the sum and max

    Assembly