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

Block or report ethantrott

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

  1. hyperloglog-estimation hyperloglog-estimation Public

    python implementations of the Flajolet-Martin, LogLog, SuperLogLog, and HyperLogLog cardinality estimation algorithms, specifically used to estimate the cardinality of unique traffic violations in …

    Python 4 2

  2. 234-Tree-Insert 234-Tree-Insert Public

    Verbose code to insert a list of integers in a 234 tree

    Jupyter Notebook

  3. Arbitrary-Matrix-Multiplcation Arbitrary-Matrix-Multiplcation Public

    multiplies 2 random matrices of set dimensions

    C

  4. Generic-B-Tree Generic-B-Tree Public

    generic b-tree implementation in python

    Python

  5. Parser-for-Faux-Grammar Parser-for-Faux-Grammar Public

    Parser for a Faux Grammar - written in Python

    Python

  6. Scheme-Binary-Tree-Traversal Scheme-Binary-Tree-Traversal Public

    implementations of preorder and postorder binary tree traversal in scheme

    Scheme