Skip to content
View gracemcclurg's full-sized avatar

Block or report gracemcclurg

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

    Programmed arbitrary precision arithmetic algorithms in Java with Object Oriented design. Wrote a report detailing the design and measured the performance and efficiency.

    Java 2

  2. Braid-Index-for-Alternating-Links Braid-Index-for-Alternating-Links Public

    Mathematica 1

  3. Debiasing-the-Human-Recommender-System-Feedback-Loop-in-Collaborative-Filtering Debiasing-the-Human-Recommender-System-Feedback-Loop-in-Collaborative-Filtering Public

    Forked from wenlong-sun7/Debiasing-the-Human-Recommender-System-Feedback-Loop-in-Collaborative-Filtering

    Debiasing the Human-Recommender System Feedback Loop in Collaborative Filtering Paper at The 2019 World Wide Web Conference

    Jupyter Notebook 1

  4. Graph-Theory-Website Graph-Theory-Website Public

    Implemented Dijkstra’s algorithm and Depth and Breadth first search algorithms in JavaScript. Created an interactive interface for user created graphs.

    JavaScript 1

  5. Hashmap-With-Separate-Chaining Hashmap-With-Separate-Chaining Public

    Implementation of a HashMap in Java using Separate Chaining for Collision Resolution.

    Java

  6. File-Path-Auditor File-Path-Auditor Public

    Given a list of varying files' absolute paths, returns files with reoccurring names and the paths to each of these files. Implemented using a HashMap

    Java