Skip to content
View coreycoder's full-sized avatar
  • Corona, CA

Block or report coreycoder

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

Popular repositories Loading

  1. EightPuzzleSolver EightPuzzleSolver Public

    A.I. program that takes or creates any 8-puzzle and solves it using the A* algorithm.

    Java

  2. EightQueensSolver EightQueensSolver Public

    This is an A.I. program that solves the eight-queens problem using Hill Climbing and a Genetic Algorithm

    Java

  3. ProcessScheduling ProcessScheduling Public

    A small representation on how various processing algorithms work.

    Java

  4. SwingCalculator SwingCalculator Public

    An integer calculator created using Java Swing

    Java

  5. DijkstraShortestPath DijkstraShortestPath Public

    A program that gives the shortest path between two cities taken from the text file

    Java

  6. ConnectFourAI ConnectFourAI Public

    A.I. program that plays a connect four-like game. It makes moves by using the alpha-beta pruning algorithm with my own evaluation function.

    C++