Pinned Repositories
ssm8892's Repositories
ssm8892/AXXESS_HACKATHON
ssm8892/CBRE_HACKATHON
ssm8892/CS4485-T24
ssm8892/Clip-Segmentation
ssm8892/COMET_TUTOR
ssm8892/CS5348-P1
ssm8892/CS5348-P2
ssm8892/css-exercises
ssm8892/fscheck
File System checker for xv6
ssm8892/hackutd9
ssm8892/javascript-exercises
ssm8892/odin-landing_page
ssm8892/odin-recipes
ssm8892/odin-sketch
ssm8892/Operating-System-Class-Project---Add-Lottery-Scheduler-to-xv6
replace the current round robin scheduler in xv6 with a lottery scheduler
ssm8892/personal-portfolio
vCard is a fully responsive personal portfolio website, responsive for all devices.
ssm8892/PERSONAL_PORTFOLIO
ssm8892/PROJECT_7
ssm8892/rock-paper-scissors
ssm8892/sobrive-test
Material Kit React Native
ssm8892/test
ssm8892/TICKETING_SYSTEM
Console-based theatre ticketing system accommodating multiple users, auditoriums, and showtimes. Program processes file input for existing user records, showtimes, and seating status for each auditorium. Auditoriums are set up in 2D array matrices with dynamic memory allocation. Each user Struct has its own list of orders for that specific user and all the User structs are stored in an unordered map.
ssm8892/ULTIMATE_TICTACTOE
Console-based tic-tac-toe game taken to the next level with a 9X9 board where 9 regular tic-tac-toe games are played simultaneously in 3 different game modes: Player V. Player, Player V. AI, and AI. V. AI. Program uses a class-hierarchy with each board and the ultimate board as instances of defined objects.