Skip to content
View MatthewCarroll2001's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report MatthewCarroll2001

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

  1. Order-Organizer Order-Organizer Public

    Organizes restaurant orders into a queued list and accesses tables that are available until orders are terminated

    Java 1

  2. Automatic-Scheduler Automatic-Scheduler Public

    Set of scripts that schedules employees for shifts throughout the week based on availability, shift times, and shift necessities

    Python 1

  3. Uninformed-Search-AI Uninformed-Search-AI Public

    An example of a few uninformed search algorithms including Breadth-First Search and Depth-First Search, with Linked Node, Queue, and Stack data structures implemented

    Python 1

  4. Search-And-Sort Search-And-Sort Public

    I implemented a few search and sort algorithms such as Linear and Binary Search as well as Selection, Insertion, and Quick Sort with sample tests

    Java 1

  5. List-Data-Structures List-Data-Structures Public

    A set of simple list based data structures defined from scratch by me

    Java 1

  6. 3x3-Matrix-Determinant-Calculator 3x3-Matrix-Determinant-Calculator Public

    Takes in a 3x3 Matrix using numpy library and calculates the determinant using the diagonal multiplication method

    Python