Skip to content
View ShadowJak's full-sized avatar
🎃
🎃

Block or report ShadowJak

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

    Implementations of a partial recursive and fully recursive versions of the Floodfill algorithm. The fully recursive version of the algorithm intentionally blows up the stack. I implemented the algo…

    Java 1

  2. Short-Code-Examples Short-Code-Examples Public

    Short, Self Contained, Compilable Examples

    C

  3. Boggle Boggle Public

    Single Player Version of Boggle

    Java

  4. Silly-Command-Line-Games Silly-Command-Line-Games Public

    C

  5. BoggleSolver BoggleSolver Public

    Program to demonstrate a dynamic programming method for finding all legal words in a 4x4 Boggle grid.

    Java

  6. HashTables HashTables Public

    Simple Implementation of Linear, Quadratic, and Separate Chaining Hash Tables.

    Java