Skip to content
View minnjay's full-sized avatar

Block or report minnjay

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. different_sorting_algorithms different_sorting_algorithms Public

    This C++ program implements 4 sorting methods. They are bubble sort, insertion sort, quick sort and merge sort.

    C++

  2. Indicator-To-Your-Phone Indicator-To-Your-Phone Public

    This is a python script that will automatically sends market info to your phone every morning.

    Python

  3. Table-ADT Table-ADT Public

    This is a Data Structure project mimicking the data storage format of a spreadsheet. It is implemented with ArrayList and LinkedList.

    C++

  4. Hill-Cipher Hill-Cipher Public

    This is a data structure class that does encryption and decryption.

    C++