Skip to content
View kbanushi's full-sized avatar

Block or report kbanushi

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. Multithreaded-Trading-Engine Multithreaded-Trading-Engine Public

    C++

  2. Augmented-BST Augmented-BST Public

    This is an implementation of a balanced binary search tree. It offers several features such as finding the ith node, finding nodes greater/less than a given node, and getting a range of nodes.

    C++

  3. Constrained-Shortest-Paths Constrained-Shortest-Paths Public

    C++

  4. Custom-HTTP-Server Custom-HTTP-Server Public

    This is an implementation of an HTTP server using C. It supports handling requests asynchronously including posting files to multiple clients at the same time along with storing data to the server …

    Shell

  5. Finance-Manager-Frontend Finance-Manager-Frontend Public

    This is the frontend code for my intelligent finance manager application. It currently only supports being locally hosted but can be simply modified to support cloud deployments.

    JavaScript

  6. KMeans-and-Gaussian-Cluster KMeans-and-Gaussian-Cluster Public

    Python