Completed Coursework:
CSCI 1300 : Introductory C++
CSCI 2270 : Data Structures
CSCI 2400 : Computer Systems
CSCI 3022: Data Science with Probability and Statistics
CSCI 3104: Algorithms
Final Projects:
CSCI 3022 Final Project - Real estate thingz
python
Looks at data to esitmate for sale prices based on factor, method inclusing linear regression and one hot encoding
<- add diff picture
CSCI 2270 Final Project - Data Structures, Heaps and Hash Tables
c++
We implemented code that could be used to support a twitter-like system of users, likes, and posts. We combined heaps and hash tables to effectively search through two different sets of data composed of real social media posts.
CSCI 1300 Final Project - Dungeon Explorer
c++
We were told to make a game that incorporated classes, functions, reading and writing to a file, and everything else we'd learned about coding. You play by moving around a map, fighting monsters, solving riddles (from a .txt file), exploring rooms, and eventually, fighting the sorcerer or losing.
*Both listed computer science projects are still used by these classes with minimal variation, so I cannot link my code.