Skip to content
View JosephS1618's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report JosephS1618

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

Pinned Loading

  1. blackjack-game blackjack-game Public

    A blackjack game built in Java Swing that has both a functioning GUI and console.

    Java

  2. SpellCheckAlgorithm SpellCheckAlgorithm Public

    Java implementation of the Wagner-Fischer algorithm for minimum edit distance. Generates a list of words that are within the target edit distance.

    Java

  3. color-flood color-flood Public

    Number flooding game using a recursive DFS algorithm approach. Inspired by the popular color flood games.

    Java

  4. lru-cache lru-cache Public

    Demonstrated a basic linked list implementation of a LRU cache.

    Java

  5. Search-And-Sort-Algorithms Search-And-Sort-Algorithms Public

    A Java program that manipulates and sorts lists of numbers, capable of using a variety of different searching and sorting algorithms.

    Java

  6. MagicSquareSolver MagicSquareSolver Public

    A program that takes in a magic square with missing elements and inserts them using a recursive backtracking algorithm. The code ensures that the output matches that of the magic square properties.…

    Java