Pinned Repositories
inventory-management
Inventory Management System is a Project that was made for (File Structure - Second Year) in my college. It is a Project for dealing with files to store and retrieve records. I have used the basic concepts of OOP. I have also used data structures such as list, map, vector and set.
lexical-analysis
This project is lexical analyzer implemented using java and regex. It takes input file and then generates the output. This project was made for (Compiler - Forth Year) in my college.
ll1-parser
LL(1) parser (Left-to-right, Leftmost derivation) is a top-down parser for a subset of context-free languages. This project is LL(1) parser implemented using java. This project was made for (Compiler - Forth Year) in my college.
NLP-Arabic
This project is Natural Language Processing Project concerned with Arabic Language. With the use of nltk, re and pyarabic libraries.
olagalal
my github personalized repo
scheduling-algorithms
This project includes implementation of two OS scheduling algorithms: Shorts Job First and Round Robin.
search-in-quran
A python app that searches for words containing specific letters in the Holy Quran and displays the results.
simplex-solver
An implementation of the Simplex algorithm used to solve tableaus representing linear optimization problems. We even handled special cases, such as: Unbounded Solution, Infeasible Solution, and Multi-Optimal Solution. This project was made for (Operation Research - Second Year) in my college.
udacity-data-analysis
✨ This repo contains my projects for Udacity - Advanced Data Analysis
udacity-deep-learning
✨ This repo contains my projects & tutorials for Udacity - Deep Learning
olagalal's Repositories
olagalal/inventory-management
Inventory Management System is a Project that was made for (File Structure - Second Year) in my college. It is a Project for dealing with files to store and retrieve records. I have used the basic concepts of OOP. I have also used data structures such as list, map, vector and set.
olagalal/hotel-management
Hotel Management System is a Project for (Algorithms & Flowcharts - First Year) of my college. It is a Project for dealing with files to store and retrieve records.
olagalal/quiz-app
Quiz App is a simple Project for (Computer Languages-2 - Third Year) of my college. In this project, I used Android SQLite to save data.
olagalal/arcade-game
Arcade Game Udacity project
olagalal/family-tree
This Project is the classic family tree example using Prolog.
olagalal/feedreader
Feedreader Udacity project
olagalal/memory-game
Memory Game Udacity project
olagalal/neighborhood-map
Neighborhood Map Udacity Project