Skip to content
View ryangos323's full-sized avatar
Block or Report

Block or report ryangos323

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. Graph_Searching Graph_Searching Public

    Program developed in Python designed to generate the shortest path, strongly connected components, and other specifics of a randomly generated graph. The graphs can be weighted or unweighted, as we…

    Python 2

  2. Matrix_Tool Matrix_Tool Public

    Educational program developed in Visual Basic designed to help individuals grasp the concepts of matrix arithmetic. Developed in collaboration with four other developers. Includes a fully functioni…

  3. Library_Database Library_Database Public

    Fully functional relational database including example queries, and documentation of different diagrams and models. Designed in collaboration with three other developers.

  4. String_Matching String_Matching Public

    Program developed in Python designed to compare run-times of the naive string matching algorithm when implemented sequentially, and then parallelly. Tested with various lengths of both the target s…

    Python