Skip to content
View michaelgp173's full-sized avatar

Block or report michaelgp173

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Balanced-Trees Balanced-Trees Public

    Java implementations of 4 self-balancing tree structures — AVL, Splay, Red-Black, and 2-3-4 Trees — built on a shared interface with full insert, delete, and height operations. Validates O(log n) c…

    Java

  2. Graph-Algorithms Graph-Algorithms Public

    A weighted graph system in Java modeling space routes. Implements Dijkstra's shortest path, Prim's MST, and heuristic TSP solver using adjacency lists and weighted edges across a multi-class archit…

    Java