Pinned Repositories
RememberMe
The ultimate to remember important details about the people you just met.
hackutd9-community-deals
activist-project
animal-guessing-game
This program creates a 20 questions style animal guessing game from the ground up. It learns which questions to ask based on user input and which animals to guess.
Ant-vs-Beetle
An army of ants aims to survive against an army of beetles using a transition model for movement, multiplication, and consumption
basic-calculator-
blackjack-game
CSP-Solver
This project is a Constraint Satisfaction Problem (CSP) Solver implemented in Python. It supports techniques like forward checking and arc consistency to reduce search space.
ice-breaker-generator
Flask app that generates an Ice Breaker to use to connect with someone based on their LinkedIn profile data.
personal-portfolio-website
sumohammed0's Repositories
sumohammed0/personal-portfolio-website
sumohammed0/activist-project
sumohammed0/animal-guessing-game
This program creates a 20 questions style animal guessing game from the ground up. It learns which questions to ask based on user input and which animals to guess.
sumohammed0/Ant-vs-Beetle
An army of ants aims to survive against an army of beetles using a transition model for movement, multiplication, and consumption
sumohammed0/basic-calculator-
sumohammed0/blackjack-game
sumohammed0/CSP-Solver
This project is a Constraint Satisfaction Problem (CSP) Solver implemented in Python. It supports techniques like forward checking and arc consistency to reduce search space.
sumohammed0/Disk-Allocation
This project demonstrates two different file allocation methods: contiguous and chained
sumohammed0/hangman-game
sumohammed0/hotel-simulation
This project simulates a hotel through the use of threads and semaphores to model guest and employee behavior.
sumohammed0/Integral-Calculator
Calculates both definite and indefinite integrals and displays the expression in order of highest power. Utilizes binary trees.
sumohammed0/operation-kindness---animal-database
sumohammed0/personality-quiz
sumohammed0/personality-quiz1
sumohammed0/site
sumohammed0/tongue-twister
This program takes an input file with sentences (in this case tongue twisters) and processes them to report various details specific to each sentence such as string length, longest word etc. The program also outputs the sentence in different formats such as title case, spongebob case, etc.