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.
To-Do List
A modifiable To-Do list that allows for organization and scheduling based on priority, date, and category.
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.
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.
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.