Skip to content
View ehinds's full-sized avatar

Block or report ehinds

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

Pinned Loading

  1. CPU-Scheduling CPU-Scheduling Public

    Scheduling algorithms designed to simulate a First Come First Serve (FCFS) and Multi-Level Feedback Queue (MLFQ) for 8 different processor values (containing a CPU burst and I/O time) that are hard…

    C++

  2. Run-Time-Analysis-for-Sorting-Algs Run-Time-Analysis-for-Sorting-Algs Public

    Compares three different sorting algorithms, (Insertion sort, Merge sort, and Quicksort) and compares run times for all three algorithms. Runs each sorting algorithm several times on increasing arr…

    C++

  3. Binary-Search-Trees Binary-Search-Trees Public

    Contains a default constructor that opens a file county_data.txt and adds these values into two separate binary search trees, one sorted by county name and the other sorted by population size, usin…

    C++

  4. Lottery-Number-Generator Lottery-Number-Generator Public

    Generates a random lottery number using C++

    C++

  5. Database-Array Database-Array Public

    Opens a file "myData.txt" and reads and stores the information into a dynamic string array called DB. Allows 5 choices to be performed by the user: Display contents of the array to the screen, add …

    C++

  6. Sorting-Algorithm-Assembly-Language Sorting-Algorithm-Assembly-Language Public

    A sorting algorithm for the Assembly Language using MSP430G2553

    Assembly