Skip to content
View 3lizabethxu's full-sized avatar

Block or report 3lizabethxu

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. graphical-command-executer graphical-command-executer Public

    Upon retrieval of input from user, the GUI will execute command line operation in terminal and display the output on a GUI. Historically inputted commands can be revisited if it is clicked in a sel…

    C++

  2. find-shortest-path find-shortest-path Public

    Determines the shortest path from a power station to a new customer on an electrical grid map using doubly linked lists (extension of find-valid-path)

    Java

  3. sentiment-analysis sentiment-analysis Public

    Analyzes twitter data and determines which timezone is the "happiest" using file input and output, data structures,text processing,loops etc..

    Python

  4. find-valid-path find-valid-path Public

    Determines whether an electrical grid of a power station can deliver power to a new customer using stacks

    Java

  5. image-processing image-processing Public

    Implements four basic image processing operations on a 2-dimensional digital image using 2-dimensional arrays

    Java

  6. find-words find-words Public

    Searches for words in a large collection of words stored in text files using binary tree,linked lists and arrays then outputs the file and file locations where the word exists

    Java