Skip to content
View JoshBranda's full-sized avatar
  • Portland, OR
Block or Report

Block or report JoshBranda

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

    Minichess with Move generator

    Java 1

  2. Assembly-Project Assembly-Project Public

    CRC Algorithm optimized in Assembly

    Assembly

  3. Chicken-Foot Chicken-Foot Public

    Simulates the game Chicken Foot

    C++

  4. Maze-in-C Maze-in-C Public

    Takes a file input with the dimensions of a maze, the start point, end point, and the maze itself. It outputs the maze with the traversed path from the start to the finish.

    C

  5. Radix-Sort-vs-Merge-Sort Radix-Sort-vs-Merge-Sort Public

    This program tests efficiency between radix sort and merge sort.

    Java

  6. Tetris-solver Tetris-solver Public

    This program is given a board with user-defined dimensions and user-defined tetrominos and displays a solution (or prints ? if no solution exists). Similar to tetris.

    Java