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

Block or report KeaneWong

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

  1. KeaneWong.github.io KeaneWong.github.io Public

    A Threejs interactive animation created to showcase 3D art fundamentals, and create a homepage for an online Dungeons and Dragons campaign, Around the Planes in 80 Days

    JavaScript 1

  2. EECS113 EECS113 Public

    Python 1

  3. 0810 0810 Public

    Dads Bday

    JavaScript

  4. Digraphs-and-Traversals Digraphs-and-Traversals Public

    Adjacency list based digraphs built to handle graphs represented with names, associated string codes for nodes, and relative weight values for edges.

    C++

  5. Sorting-Method-Types Sorting-Method-Types Public

    Small repository of sorting methods used to demonstrate and test sorting methods based on time complexity.

    C++

  6. AVL-Tree AVL-Tree Public

    Template class of a self balancing binary search tree designed to be used with a key-value pair. Takes a filename of key value pairs as argument or creates an empty tree by default. Comes with test…

    C++