Skip to content
View Keaton11's full-sized avatar
  • Shopify
  • Ottawa, Ontario
Block or Report

Block or report Keaton11

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. Nifty-Mountains Nifty-Mountains Public

    This program reads a set of topographic data and uses several methods (Greedy Walks, Floyd Warshall's Algorithm, and Dijkstra's Algorithm) to compute paths through the mountains that minimize chang…

    C++ 1 1

  2. Chain-Match Chain-Match Public

    JavaScript 1

  3. Coin-Chaser Coin-Chaser Public

    This game allows users to move across an infinite, dynamically generated tilemap to attempt to collect 20 coins using power ups while avoiding obstacles and enemies.

    C++

  4. Fantasy-Game Fantasy-Game Public

    This program uses inheritance and polymorphism to allow users to play as one of two characters. The user will then make decisions or purchases in order to complete tasks, while ensuring their healt…

    C++

  5. Maze-Recursion Maze-Recursion Public

    This program uses recursion to randomly generate mazes of various dimensions. The program then uses one of several algorithms (DFS, BFS, Dijkstra, or A Star) to solve the maze.

    C++

  6. Graphical-Sorting Graphical-Sorting Public

    This program sorts a list of random integers using over 20 different recursive and non recursive sorting algorithms which are graphically displayed using Allegro.

    C++