Skip to content
View RElkins98's full-sized avatar

Highlights

  • Pro

Block or report RElkins98

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

  2. Malloc-Free Malloc-Free Public

    Implementation of the Malloc and Free methods in C

    C

  3. Boggle Boggle Public

    Solves a boggle board by finding every possible word combination that can be made out of the letters on the board.

    Java

  4. Etch-A-Sketch Etch-A-Sketch Public

    Java program that displays a graphical interface that the user can draw on, change to making rectangles or ovals, change color of line, erase work, and change thickness of line

    Java

  5. Dynamic-Histogram Dynamic-Histogram Public

    Pass in a file of words and it will return a histogram with the number of words of each word length, that works for an arbitrary number of words

    Java

  6. Jumble-Sort Jumble-Sort Public

    Program which takes in a dictionary file and a file of sorted words and when ran together prints out a map of the jumbled words sorted into real words in the dictionary.

    Java