Pinned Repositories
CMSC_201_Python_List_Processing_Projects
List Processing Projects for CMSC 201 in Python
CMSC_202_Cruno_Card_Game_Project
This project implements a card game called Cruno (Crazy 8s plus Uno). More details about the rules are given in the prompt below and are documented in the code.
CMSC_202_Intelligent_Container_Project
This project implements a dynamically allocated and intelligent storage class for of an array of data that resizes itself based on the number of elements added or deleted. Constant and random iterators as well as overloaded operators are implemented for this "sorted" class. Exceptions are also fully implemented to prevent illegal access, deletion, or write operations in memory.
CMSC_202_Linked_List_Trains_Project
This project implements a train station system comprised of linked-list trains that contain train cars adhering to certain rules.
CMSC_202_Poker_Hands_Project
This project implements two classes: Card and Pokerhand, and includes hand rank and comparison functions.
CMSC_313_Assembly_Projects
This repository contains several NASM x86 assembly coding projects from CMSC 313 class.
CMSC_341_AVL_Trees_Project
This project implements self-balancing Adelson-Velsky Landis (AVL) trees, which are an extension of a binary search tree, which enforces that the heights of the two child subtrees of any node differ by at most one. If this rule is violated, the tree is rebalanced and the AVL tree property is restored.
CMSC_341_Heaps_Pins_Project
This project implements the data structures of Min and Max Heaps to make sorting and accessing high priority data efficient. Using these structures, we can guess the most commonly used pins/passwords based on an input file in order to get the most likely candidate as soon as possible by using a max heap.
IS448_Computer_Shop
A website for a computer store that integrates HTML5, Javascript, PHP, and SQLite3.
IS448_Dealership
A Web GUI interface for a car dealership database management system in HTML5 with Bootstrap 4, PHP, Javascript, and SQLite3
nstommel's Repositories
nstommel/IS448_Computer_Shop
A website for a computer store that integrates HTML5, Javascript, PHP, and SQLite3.
nstommel/CMSC_201_Python_List_Processing_Projects
List Processing Projects for CMSC 201 in Python
nstommel/CMSC_202_Cruno_Card_Game_Project
This project implements a card game called Cruno (Crazy 8s plus Uno). More details about the rules are given in the prompt below and are documented in the code.
nstommel/CMSC_202_Intelligent_Container_Project
This project implements a dynamically allocated and intelligent storage class for of an array of data that resizes itself based on the number of elements added or deleted. Constant and random iterators as well as overloaded operators are implemented for this "sorted" class. Exceptions are also fully implemented to prevent illegal access, deletion, or write operations in memory.
nstommel/CMSC_202_Linked_List_Trains_Project
This project implements a train station system comprised of linked-list trains that contain train cars adhering to certain rules.
nstommel/CMSC_202_Poker_Hands_Project
This project implements two classes: Card and Pokerhand, and includes hand rank and comparison functions.
nstommel/CMSC_313_Assembly_Projects
This repository contains several NASM x86 assembly coding projects from CMSC 313 class.
nstommel/CMSC_341_AVL_Trees_Project
This project implements self-balancing Adelson-Velsky Landis (AVL) trees, which are an extension of a binary search tree, which enforces that the heights of the two child subtrees of any node differ by at most one. If this rule is violated, the tree is rebalanced and the AVL tree property is restored.
nstommel/CMSC_341_Heaps_Pins_Project
This project implements the data structures of Min and Max Heaps to make sorting and accessing high priority data efficient. Using these structures, we can guess the most commonly used pins/passwords based on an input file in order to get the most likely candidate as soon as possible by using a max heap.
nstommel/IS448_Dealership
A Web GUI interface for a car dealership database management system in HTML5 with Bootstrap 4, PHP, Javascript, and SQLite3
nstommel/CMSC_341_Llama_Stack_Project
This project implements a data structure called a Linked-list Array Mixed Amalgamated Stack.
nstommel/CMSC_341_Pinball_Hashing_Project
In this project, a variant of Cuckoo hashing (Pinball hashing) is implemented and its performance is tested.
nstommel/CMSC_461_Database_Project
This project involved using SQLite3 with Python to create an interactive database program.
nstommel/IS_410_SQL_Airline_Database_Project
This project contains the implementation of an airline database in Oracle SQL with queries and data.
nstommel/IS_420_PLSQL_Hotel_Database_Project
This group project implements a hotel management database complete with data, queries, and PL/SQL procedures.