My projects can be found on my Github
I created a text based game in Java where the user traverses through multiple cities on an island with anonymous highways to collect as many points as possible. To determine the connectivity of the cities and the shortest distance to each of the items, I used the breadth first search algorithm.
I worked with a team of 6 to create a mobile app using Android Studio and SCRUM methodology where users can post their unwanted items to give away.
I created a personal website to display my professional background using HTML and CSS.
I created a Python script that can filter out a CSV file representing a class roster by matching patterns in first names, last names, or emails. The Script can also filter out students using GPA's, GPA floors, and GPA ceilings.