Skip to content
View connor-giles's full-sized avatar
  • Cocoa Beach, FL

Block or report connor-giles

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

    JavaScript 1 1

  2. STL-Maps STL-Maps Public

    Uses the map classes from the standard template library to store different types of data such as states. Also simulates dice rolling using a pseudo random number generator. Stores dice roll results…

    C++

  3. SwipeMath SwipeMath Public

    Java

  4. SimpleMazeSolver SimpleMazeSolver Public

    This is a very basic maze solver that goes from the starting location to the end correctly using a stack of pairs. When the destination is reached, the path taken is printed

    C++

  5. Check Check Public

    Given a 8x8 chessboard as an array of characters for each piece, returns how many white pieces have the black king in check

    C

  6. Blackjack Blackjack Public

    A simple blackjack game for 1 player

    Python