Skip to content
View TheSliceOfPi's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report TheSliceOfPi

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. Contact-Lenses Contact-Lenses Public

    Using the Naive Bayes ML Algorithm, we can determine what type of contact lense (soft, hard, none) would a client need based on their age group, spectacle prescription, astigmatism, and tear produc…

    Python 1

  2. MIPS-Code MIPS-Code Public

    Assembly

  3. LinkedList LinkedList Public

    Simple Linked List created using C.

    C

  4. Shortest-Path-Algorithms Shortest-Path-Algorithms Public

    Calculating the shortest path using various algorithms including Bellman Ford and Dijkstra.

    C++

  5. RSA-Algorithm RSA-Algorithm Public

    Encrypting and Decrypting Program using the RSA Algorithm

    C++

  6. Process-Scheduling-Simulation Process-Scheduling-Simulation Public

    Implement two common scheduling strategies (Round Robin and Completely Fair) using various data structures.

    C++