Pinned Repositories
BinaryNumSequenceRecursion
This program generate binary numbers in sequence using recursion instead of queues.
CoMeT
An EDA toolchain for integrated core-memory interval thermal simulations of 2D, 2.5, and 3D multi-/many-core processors
Commerce
CS50_AI
examMaker-grader
This project uses files and regex (regular excpression) to create different version of one exam (shuffled) and to grade them.
examples
Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
FloodFillUsingQueues
This is an implementation of the Flood fill algorithms using queues.
HeapsUsingPointers
I implemented the heaps in this project without using an array. Although this implementation is more time costly(still log(n)), but it has an efficient memory utilization. To acheave that I have used a binary counter, which keeps track of the position of the last element. It also prints the heaps in a form of a tree. This project aims to serve add and serve patients in ER.
ImageSegmentation
mail
I build this website for learning purposes. I have designed the front-end for an email client that makes API calls to send and receive emails.
mohamedadnane8's Repositories
mohamedadnane8/BinaryNumSequenceRecursion
This program generate binary numbers in sequence using recursion instead of queues.
mohamedadnane8/CoMeT
An EDA toolchain for integrated core-memory interval thermal simulations of 2D, 2.5, and 3D multi-/many-core processors
mohamedadnane8/Commerce
mohamedadnane8/CS50_AI
mohamedadnane8/examMaker-grader
This project uses files and regex (regular excpression) to create different version of one exam (shuffled) and to grade them.
mohamedadnane8/examples
Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
mohamedadnane8/FloodFillUsingQueues
This is an implementation of the Flood fill algorithms using queues.
mohamedadnane8/HeapsUsingPointers
I implemented the heaps in this project without using an array. Although this implementation is more time costly(still log(n)), but it has an efficient memory utilization. To acheave that I have used a binary counter, which keeps track of the position of the last element. It also prints the heaps in a form of a tree. This project aims to serve add and serve patients in ER.
mohamedadnane8/ImageSegmentation
mohamedadnane8/mail
I build this website for learning purposes. I have designed the front-end for an email client that makes API calls to send and receive emails.
mohamedadnane8/Space-Apps-AFDAH
mohamedadnane8/mohamedadnane8
mohamedadnane8/Python-Programs
My collection of Python Programs
mohamedadnane8/ServerlessYoutubeSeries
mohamedadnane8/TreasureHunt
This is my first project in data structure. It is a game in which the user will have to cross all paths and take all the treasures that exist in the map.
mohamedadnane8/Twitter
This is a project made for learning purposes; I am trying to build a twitter clone where users wiill be able to post, like, and edit tweets. Also, they will be able to follow their favorite celebrities.
mohamedadnane8/Wiki