Pinned Repositories
Waypaper-Engine
A wallpaper setter with playlist functionality!
Blood-Sugar-Program
Project made for COSC 2030: Data Structures. It is a program that uses an array of linked lists to store blood sugar readings (user input), do various mathematical operations on the data, and report a summary back to the user. It uses the console as a user interface. It only goes up to two weeks due to assignment specifications, but could easily be modified to store as many weeks as needed. It was written in C++, without the STL.
Cybersecurity-Labs
This repo contains 2 Lab assignments that were created for my Cybersecurity course.
Graph-Search-Lab
This lab is a JavaScript program that takes a graph implemented in an adjacency matrix, converts it into an adjacency list, and then searches the list and prints the graph to the console.
Maze-Game
S21-4820
Intro to Database
Senior-Design-Project
This is my senior design project. It is a web app designed aggregate product listings, and to track historical average prices of used PC parts. Like pcpartpicker.com, but for used PC parts.
String-Reversal-Program
This program takes four user inputs as strings, and then reverses it four times, using the STL stack, the STL vector, the STL list, and a custom stack class named myStack.
kyoungerman's Repositories
kyoungerman/Blood-Sugar-Program
Project made for COSC 2030: Data Structures. It is a program that uses an array of linked lists to store blood sugar readings (user input), do various mathematical operations on the data, and report a summary back to the user. It uses the console as a user interface. It only goes up to two weeks due to assignment specifications, but could easily be modified to store as many weeks as needed. It was written in C++, without the STL.
kyoungerman/Cybersecurity-Labs
This repo contains 2 Lab assignments that were created for my Cybersecurity course.
kyoungerman/Graph-Search-Lab
This lab is a JavaScript program that takes a graph implemented in an adjacency matrix, converts it into an adjacency list, and then searches the list and prints the graph to the console.
kyoungerman/Maze-Game
kyoungerman/S21-4820
Intro to Database
kyoungerman/Senior-Design-Project
This is my senior design project. It is a web app designed aggregate product listings, and to track historical average prices of used PC parts. Like pcpartpicker.com, but for used PC parts.
kyoungerman/String-Reversal-Program
This program takes four user inputs as strings, and then reverses it four times, using the STL stack, the STL vector, the STL list, and a custom stack class named myStack.