Skip to content
View jordantbui's full-sized avatar
  • Chino, CA
Block or Report

Block or report jordantbui

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

  1. Midterm-Project-1-CS-3310 Midterm-Project-1-CS-3310 Public

    Comb Sort Algorithm - sorts an array of randomly generated numbers using Comb Sort and displays run time for each different array size

    Java

  2. Midterm-Project-2-CS-3310 Midterm-Project-2-CS-3310 Public

    Sum Finder Program - finds 2 numbers from an array of numbers that add up to a randomly generated sum, using the Brute Force method and the Hash Map method, both for sorted and unsorted randomly ge…

    Java

  3. Quiz-4-CS-3310 Quiz-4-CS-3310 Public

    Peaks and Valleys sorts array elements in an alternating sequence of peaks and valleys, where peaks are elements that are greater than or equal to the adjacent integers and valleys are elements tha…

    Java

  4. Midterm-Project-3-CS-3310 Midterm-Project-3-CS-3310 Public

    Chained Matrix Multiplication using Yao Solution (1982) - performs matrix multiplication using a more efficient method at Time Complexity: O(n^2)

    Java

  5. HW-4-CS-2640 HW-4-CS-2640 Public

    MIPS Program: Creates a search function that searches a given array of bytes for a given value and returns its location in the array.

    Assembly

  6. Final-Project---CS-3310 Final-Project---CS-3310 Public

    Java