Skip to content
View EthanGYoo's full-sized avatar

Block or report EthanGYoo

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. scare-games scare-games Public

    Simulates the generation of a tournament tree by taking an input file listing names and a power level and setting the entries against each other making their way up to a single winner. The user can…

    C++ 1

  2. CU_Holcombe_298Nix CU_Holcombe_298Nix Public

    Forked from holcombet/CU_Holcombe_298Nix

    Shell

  3. egyptian-rat-slap-simulator egyptian-rat-slap-simulator Public

    Simulates a simplified game of Egyptian Rat Slap by giving each player a specific pattern chosen randomly to slap for with the exception of when there is a face card.

    Java

  4. ArrayList ArrayList Public

    This is my simple implementation of an ArrayList from scratch. It features a class, BellArrayList, with simple functions typically used by ArrayLists. The file features a tester class which ensures…

    Java

  5. SingleLinkedList SingleLinkedList Public

    This is my simple implementation of a Singly Linked List from scratch. It features a class, SingleLinkedList, with simple functions typically used by LinkedLists. The file features a tester class w…

    Java

  6. DoubleLinkedList DoubleLinkedList Public

    This is my simple implementation of a Doubly Linked List from scratch. It features a class, DoubleLinkedList, with simple functions typically used by LinkedLists. The file features a tester class w…

    Java