Skip to content
View andrewqho's full-sized avatar

Block or report andrewqho

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

    Implementation of multiple open addressed hashmaps with benchmarks with theoretical analyses. All implementations beat performance of std::unordered_map by a factor of 2 to 3 times.

    Jupyter Notebook 4

  2. GPU-Image-Processing GPU-Image-Processing Public

    GPU parallelized implementations of multiple traditional computer vision and image processing techniques. Provides considerable speed-up over serial counterparts.

    C++ 1

  3. ChessAI ChessAI Public

    Implementations of Minimax with alpha-beta pruning to evaluate chess board positions. Three different evaluation engines are provided: hardcoded positional information with piece value, multi-layer…

    Jupyter Notebook 1

  4. PolylineDetection PolylineDetection Public

    Implementation of pose acquisition algorithm as described in my technical publication to the SciTech Forum 2019: https://arc.aiaa.org/doi/10.2514/6.2019-2005

    C++ 1