Skip to content
View definitelyliz's full-sized avatar

Block or report definitelyliz

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. Scraping-and-API Scraping-and-API Public

    Extracting news articles on a news site from API and Extracting the information of different pokemon generations from Bulbapedia by Web Scraping.

    Jupyter Notebook

  2. Medical-Laboratory-Information-System Medical-Laboratory-Information-System Public

    The Medical Laboratory Information System is designed to manage patients’ records, laboratory services, and results. The program will store all data in different text files (.txt) following the pre…

    Java

  3. Infix-to-Postfix-Evaluation Infix-to-Postfix-Evaluation Public

    Implementing Stacks and Queues by parsing a mathematical expression in INFIX notation to POSTFIX notation and evaluating the POSTFIX notation.

    Java

  4. Medical-Laboratory-Information-System-GUI Medical-Laboratory-Information-System-GUI Public

    GUI of the Medical Laboratory Information System. See repo https://github.com/definitelyliz/Medical-Laboratory-Information-System.git

    Java 1

  5. Binary-Search-Tree Binary-Search-Tree Public

    Words List Program using Binary Search Tree and outputs alphabetically using Inorder Traversal.

    Java

  6. Comparing-Sorting-Algorithms Comparing-Sorting-Algorithms Public

    Comparing the Average Machine Execution Time for different sorting algorithms with different size inputs.

    C