Project 1 Image

Web Scraper/Discord Bot

A web scraper and Discord bot that pulls codes to unlock special gear in Borderlands 4 when prompted by a user on Discord.

Project 2 Image

To-Do List

A modifiable To-Do list that allows for organization and scheduling based on priority, date, and category.

Project 3 Image

Binary Search Tree

A program that I wrote as a singly linked list then modified into a doubly linked list, and then modified into a binary search tree.

Project 4 Image

Graph Theory Project

An exploration of weighted graph theory using “Cities” and “Roads” as nodes and edges. Search functions include Breadth First, Depth First, and Dijkstra's.

Project 5 Image

Median of Two Sorted Arrays LeetCode Hard

Given two sorted arrays nums1 and nums2 of size m and n respectively, return the median of the two sorted arrays.