Here are some of the Computer Science based projects I have completed. Please click on any link to view more.
Introduction to Engineering Design
Spring 2019 - C++
Created an autonomous, multi-tooled robot
COVID-19 Search Engine
Fall 2020 - C++
Developed a research database boolean query search engine about the COVID-19 pandemic
Sentiment Analyzer
Fall 2020 - C++
Identifies the sentiment of words in movie reviews
Flight Planner
Fall 2020 - C++
Helps find the most efficient routes between two cities
Auto Indexer
Fall 2020 - C++
Made an algorithm that creates an index of words from a formatted text
Block Chain
Spring 2019 - C++
Simulated a block chain network and creates a ledger between three networks
Along with detailed engineering projects, I also have a published Medium article about the Rope Data Structure.
Computer science is not “just code.” The more I finished programming projects and developed my coding skills, the more I realized that studying computer science has taught me a way of logical problem solving that no other area of study can develop. Even developing and coding this website, I ran into troubles that were probably distinct to only my code. Yet, through the skills I learned from my classes and the projects above, I managed to fix them.