Pinned Repositories
Anthropology-App
bank_loan_acceptance_model
Classification-Bayesian-Classifier-and-KNN
classifying the data using basyian classifier and K-nearest neighbor algorithms
Clustering-k_meas
clustering the records of course evaluation using k-means algorithm implemented with java
CS-Level-4-First-Semester
FD_Normalization
stating the normal form of any functional dependencies set and convert it to BCNF or any normal form
online-interview
an online-quiz project that allow a company candidates to do quiz online and get his result
Random-Access-File-CRUD
CRUD project using java that reads Data from file and implement CRUD operations on it
Strong-Association-Rules
extracting the strong association rules form a multi-thousand records by implementing APPIRIORI algorithm with JAVA
Travel-Planning-A-Search-Algorithm
It is difficult to plan a travel from one city to another city when you are required to use more than one flight, you have to select and arrange the departure and arrival time for every flight in order to minimize the time between each flight and the next so that the total travel time is minimum. The project aims to solve this problem by creating a useful tool to solve the flights search problem, using A* search algorithms. In other words, you are required to write a program that finds the best flights to reach one city from another city. Given a start city, end city and travel day the system will determine the best way to go from one city to another that minimizes the time. The result will be the travel plan that is a complete list of flights that a user must use between a series of cities to get from a starting city to a destination city.
SayedAbdulHakiem's Repositories
SayedAbdulHakiem/Anthropology-App
SayedAbdulHakiem/bank_loan_acceptance_model
SayedAbdulHakiem/Classification-Bayesian-Classifier-and-KNN
classifying the data using basyian classifier and K-nearest neighbor algorithms
SayedAbdulHakiem/Clustering-k_meas
clustering the records of course evaluation using k-means algorithm implemented with java
SayedAbdulHakiem/CS-Level-4-First-Semester
SayedAbdulHakiem/FD_Normalization
stating the normal form of any functional dependencies set and convert it to BCNF or any normal form
SayedAbdulHakiem/online-interview
an online-quiz project that allow a company candidates to do quiz online and get his result
SayedAbdulHakiem/Random-Access-File-CRUD
CRUD project using java that reads Data from file and implement CRUD operations on it
SayedAbdulHakiem/Strong-Association-Rules
extracting the strong association rules form a multi-thousand records by implementing APPIRIORI algorithm with JAVA
SayedAbdulHakiem/Strong-Association-Rules-2
extracting the strong association rules from categorical data
SayedAbdulHakiem/Travel-Planning-A-Search-Algorithm
It is difficult to plan a travel from one city to another city when you are required to use more than one flight, you have to select and arrange the departure and arrival time for every flight in order to minimize the time between each flight and the next so that the total travel time is minimum. The project aims to solve this problem by creating a useful tool to solve the flights search problem, using A* search algorithms. In other words, you are required to write a program that finds the best flights to reach one city from another city. Given a start city, end city and travel day the system will determine the best way to go from one city to another that minimizes the time. The result will be the travel plan that is a complete list of flights that a user must use between a series of cities to get from a starting city to a destination city.