Skip to content
View ccreight's full-sized avatar

Block or report ccreight

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

    Recreating the game of Scrabble in C++ with two different potential AI players.

    C++

  2. Live_Weather_Reporting Live_Weather_Reporting Public

    A dynamic web project with live weather data from all over the world - uses Google Maps API and OpenWeatherMap API

    Java

  3. MyFridge MyFridge Public

    Store your pantry and fridge in order to make relevant recipe searches.

    JavaScript

  4. Multithreaded_Crossword Multithreaded_Crossword Public

    Creates a crossword game - separated into server and client components.

    Java

  5. MiniMax_AlphaBeta MiniMax_AlphaBeta Public

    An implementation of a minimax algorithm with the option to use alpha-beta pruning

    C++

  6. K-Way_Cache K-Way_Cache Public

    LRU & FIFO k-way cache memory in C

    C