Skip to content
View rileyborgard's full-sized avatar

Block or report rileyborgard

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

    C++ 9

  2. Picturenary Picturenary Public

    Compete to guess each other's drawings in an online game!

    JavaScript 2

  3. Fortune's Algorithm for Delaunay Tri... Fortune's Algorithm for Delaunay Triangulation
    1
    #include <bits/stdc++.h>
    2
    
                  
    3
    #define ll long long
    4
    #define sz(x) ((int) (x).size())
    5
    #define all(x) (x).begin(), (x).end()
  4. Graphs Graphs Public

    An interface to create, view, and modify graphs

    C++ 2

  5. LightsOut LightsOut Public

    C++ 2

  6. convex-hull-3d convex-hull-3d Public

    Compact 3D Convex Hull Implementation O(n^2)

    C++ 5