Skip to content
View Miles-THugo's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report Miles-THugo

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 Loading

  1. Object-oriented_Temperature-Converter Object-oriented_Temperature-Converter Public

    Farenheit and Celsius temperature numpad (Java GUI) program created for university.

    Java 1

  2. Java_RPN-customStack Java_RPN-customStack Public

    Reverse Polish Notation algorithm implemented including my first ever custom Stack.

    1

  3. Java_NPN-customStack Java_NPN-customStack Public

    Normal Polish Notation algorithm implemented including my first ever custom Stack.

    1

  4. Java_MergeSort-arrayOfIntegers Java_MergeSort-arrayOfIntegers Public

    A brief algorithm implementing Merge Sort on an array in Java. This can be applied or adapted for other data.

  5. Java_IFN-customStack Java_IFN-customStack Public

    An infix notation algorithm using my first ever custom stack.