Skip to content
View TristanJanicki's full-sized avatar
  • PocketQuant
  • Remote

Block or report TristanJanicki

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. Cuckoo-Hashtable Cuckoo-Hashtable Public

    A single array Cuckoo Hashtable that uses multiplicative hashing.

    Java

  2. KNN KNN Public

    K-Nearest Neighbor Classifier & K-means Clusterer

    Java

  3. RootishArrayStack RootishArrayStack Public

    A dynamic array that has sqrt(n) wasted space and O(1) add(x), get(i), remove(i) operations.

    Java

  4. Tripple-Ended-Queue Tripple-Ended-Queue Public

    A queue that offers fast add times for items at the front, back, and middle of the data structure.

    Java

  5. BinaryTreeVisualizer BinaryTreeVisualizer Public

    An in class problem that had us do the leftist and balanced draw functions that help visualize binary trees.

    Java