Abdullah Mahith (ammahith)

ammahith

Geek Repo

Company:UM Dearborn

Location:Detroit, MI

Github PK Tool:Github PK Tool

Abdullah Mahith's repositories

Adversarial-Search-and-Games---Tic-Tac-Toe-vs-AI

A Tic-Tac-Toe game with a graphical user interface (GUI) using Python and the Pygame library. The game features an AI opponent who plays optimally using the Minimax algorithm for adversarial search.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

DSA-Solutions

Data structure and Algo solutions. The problems are based on LeetCode and freeCodecamp

Language:C++Stargazers:0Issues:1Issues:0

Traffic-Control--Fall-2023--

In this programming project, I created a system to manage traffic lights at an intersection using semaphore and pthread (a type of threading). The goal is to make sure cars move safely through the intersection by coordinating the timing of traffic lights and the actions of each vehicle.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0

Triple_DES_Project

Triple DES CLI Encryption Tool A command-line interface (CLI) application for Triple DES encryption and decryption. Enhance your data security with symmetric key encryption. Supports key sizes of 112 or 168 bits. Use optional encryption modes (e.g., ECB, CBC, CTR).

Language:C++Stargazers:0Issues:3Issues:0