Skip to content
View Brandt459's full-sized avatar
Block or Report

Block or report Brandt459

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

  1. Car-Budget-Predictor Car-Budget-Predictor Public

    This project took 500 rows of customer data and through linear regression determined a formula for determining a customer's car budget.

    Jupyter Notebook

  2. DeliveryRouteAlgorithm DeliveryRouteAlgorithm Public

    This program reads package data from a CSV file and determines an optimal delivery route. Package constraints such as delivery deadlines and truck capacity are taken into consideration.

    Python

  3. Appointment-Setting-Application Appointment-Setting-Application Public

    This Java program allows users to create, update, and delete customer and appointment records. All data is stored in a MySQL database.

    Java

  4. SortingAlgorithmsVisualizer SortingAlgorithmsVisualizer Public

    This program illustrates the process of 4 sorting algorithms: heapsort, quicksort, bubble sort, and selection sort.

    Python

  5. TypeRacerClone TypeRacerClone Public

    This web application is a clone of the TypeRacer website game. Users type the text letter by letter, and once the full text is typed, graphs of the user's accuracy and words per minute over time ar…

    JavaScript