Skip to content
View gregoryyoung2's full-sized avatar
👨‍💻
Probably coding
👨‍💻
Probably coding

Highlights

  • Pro
Block or Report

Block or report gregoryyoung2

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

    this is a basic chess swift implementation i put together to test out algorithms and computer learning techniques

    Swift 1

  2. aoc-2018 aoc-2018 Public

    my attempts at some of the 2018 advent of code puzzles https://adventofcode.com/2018

    C++

  3. project2-errorcorrectingcodes project2-errorcorrectingcodes Public

    for math 214 error correcting code project, performs a parity check on a list of 50 codes and then decodes their ascii values

    C++ 1

  4. homework1-gcd homework1-gcd Public

    for eecs 376 homework, swift implementation of a recursive extended euclidean algorithm & terminal output to support efficiency

    Swift