Skip to content
View griffincF17's full-sized avatar
  • Virginia

Block or report griffincF17

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

    Trying out git as part of following the Odin Project

  2. NameSorter NameSorter Public

    This program, written in C#, reads a text file of first and last names. Then, the names are sorted by their last names, then by the first names, both in alphabetical order.

    C#

  3. odin-recipes odin-recipes Public

    My implementation of the Recipes project in the Odin Project

    HTML

  4. Quicksort Quicksort Public

    My implementation of the Quicksort algorithm.

    C++

  5. rock-paper-scissors rock-paper-scissors Public

    A simple game of Rock Paper Scissors

    JavaScript

  6. Mergesort Mergesort Public

    My implementation of the Mergesort algorithm

    Java