Stars
Capstone Project for Galvanize DSI
Resolves hash table collisions using linear probing, quadratic probing, and linear hashing. All data structures implemented from scratch. Optimized for efficient time and space complexity. Written …
HTML/CSS/JS Jeopardy game. This was my first ever coding project from 2016. Modified in 2024.
Finds the minimum spanning tree of a graph using Kruskal’s algorithm, priority queues, and disjoint sets with optimal time and space complexity. Written in C++
Implements a traveling salesperson problem (TSP) approximation algorithm in order to optimize routes for package deliveries. Written in Python. Supports multiple delivery vehicles, real time change…
Graphical User Interface (GUI) tool for maintaining a server database system. Written in Java/JavaFX/MySQL. Approx. 5000 lines of code. Facilitates adding, updating and removing customers and appoi…