Personal Project Portfolio
I wrote a Discord bot in Python with a friend that enables movies to be tracked and rated by people in the same discord server. Fun for groups!
Users are able to add movies to their watchlist, rate movies, and view the average rating of a movie across the server.
I've solved over 350 problems on Leetcode. I focused on learning
data structures and algorithms but I've also dabbled in other
topics such as system design, database operations, and the linux
shell!
My favorite data structure so far is the priority queue, also known as a heap.
It is a balanced binary tree that is always able to extract the smallest element in O(log n) time,
perfect for keeping track of dynamically changing data!
This Website!
Made using HTML and CSS, hosted on AWS EC2 using Apache!
I was a member of North Dakota State University's NASA Human Exploration Rover Challenge team.
Together, we redesigned the rover, built the chosen design, and competed in the 2021-2022 NASA Human Exploration Rover Challenge virtually.
View Project Page