MahmoudGoda2003
Computer and Systems Engineering Department - Faculty of engineering - University Of Alexandria
alexandria university
Pinned Repositories
4-bit_BCD_counter-
About implementation of 4-bit BCD up/down counter. The counter work as follows: ● If input X = 0, the counter counts up. Otherwise, it counts down. ● If counting up, the counter’s value should be: 0000, 0001, 0010... ● If counting down: 0010, 0001, 0000...
check-in-system
Competitive-Programming
In this repository some algorithms and implemented data structures that I am using during my career in problem solving
CSED25_Internships
Discrete_lab1
dots-boxes2
console game play
Dots_and_Boxes
Program that simulates real-world game dots and boxes
problem-solving
Secpar
Secpar is a Python command-line tool designed to scrape code submissions from various online programming platforms and store them in a GitHub repository. It supports platforms such as Codeforces, CSES (University of Helsinki), and Vjudge
SimpleFSDB
MahmoudGoda2003's Repositories
MahmoudGoda2003/problem-solving
MahmoudGoda2003/Secpar
Secpar is a Python command-line tool designed to scrape code submissions from various online programming platforms and store them in a GitHub repository. It supports platforms such as Codeforces, CSES (University of Helsinki), and Vjudge
MahmoudGoda2003/SimpleFSDB
MahmoudGoda2003/4-bit_BCD_counter-
About implementation of 4-bit BCD up/down counter. The counter work as follows: ● If input X = 0, the counter counts up. Otherwise, it counts down. ● If counting up, the counter’s value should be: 0000, 0001, 0010... ● If counting down: 0010, 0001, 0000...
MahmoudGoda2003/check-in-system
MahmoudGoda2003/Competitive-Programming
In this repository some algorithms and implemented data structures that I am using during my career in problem solving
MahmoudGoda2003/CSED25_Internships
MahmoudGoda2003/Discrete_lab1
MahmoudGoda2003/dots-boxes2
console game play
MahmoudGoda2003/Dots_and_Boxes
Program that simulates real-world game dots and boxes
MahmoudGoda2003/email-server
MahmoudGoda2003/Expression_Evaluator
Application using implemented stack data structure to convert from infix to postfix notations. And evaluate the postfix expression
MahmoudGoda2003/game-engine-js
MahmoudGoda2003/Maze_solver
solve Maze and find the shortest path
MahmoudGoda2003/Multi-threaded-Web-Server
MahmoudGoda2003/os-labs
MahmoudGoda2003/paintlum
MahmoudGoda2003/pintos
MahmoudGoda2003/problems
small projects
MahmoudGoda2003/Producer-Consumer-Simulation
MahmoudGoda2003/Qcademy
MahmoudGoda2003/SimpleDBDriver