Skip to content
View gmortensen's full-sized avatar
  • Salt Lake City, Utah

Block or report gmortensen

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

Pinned Loading

  1. Full-MERN-Stack-Exercise-Tracker-App Full-MERN-Stack-Exercise-Tracker-App Public

    Developed a Full Stack MERN App with RESTful API Functionality. CRUD operations to create new exercise entries, retrieve their workout history, update exercise logs, and delete previous entries.

    JavaScript 1

  2. dungeon-puzzle dungeon-puzzle Public

    Solution to finding the shortest path in a dungeon from entered start and end points, navigating around obstacles within the dungeon. Uses Breadth-First Search to find the shortest path, and then u…

    Python

  3. Scratch-Hashmap Scratch-Hashmap Public

    Developed two instances of the HashMap data structure from scratch. First implementation utilized Chaining within a linked list for Collision Resolution. Second Implementation utilized Open Address…

    Python 1

  4. quoridor quoridor Public

    Class that allows two people to play the game Quoridor where two people take turns either moving their pawns or placing fences. First pawn to the other side of the board wins!

    Python