Pinned Repositories
Abdelrahman5316
Dictionary-Binary-Search
ForwardingTable
Library-System
This is a library system which consists of admin, librarian and student. Admin can add librarians and students. While Librarian can add, issue and return books. Librarians issue books to students depending on student's id. Student can check books issued to him.
Merge-Sort-Quick-Sort-Selection-Sort-Insertion-Sort-Hybrid-between-Merge-Selection-Finding-Kth
Implementation for Sorting Algorithms: Merge Sort, Quick Sort, Selection Sort, Insertion Sort, Hybrid between Merge & Selection, Finding Kth Element
NewLapse
This project performs sentiment analysis on news articles from web archives or from given websites then it dynamically visualizes the results across a timeline.
Paint-Project
Paint, drawing, project to visualize geometric shapes using java
Phone-Book
The purpose of the project is to create a phone directory, which include all the data of each person. This project is a phone book in which you can search, query, add, delete and sort contacts
URL_Extracting
Warc-to-html-and-json
This code converts warc files into html and json files.
Abdelrahman5316's Repositories
Abdelrahman5316/Phone-Book
The purpose of the project is to create a phone directory, which include all the data of each person. This project is a phone book in which you can search, query, add, delete and sort contacts
Abdelrahman5316/Abdelrahman5316
Abdelrahman5316/Dictionary-Binary-Search
Abdelrahman5316/ForwardingTable
Abdelrahman5316/Library-System
This is a library system which consists of admin, librarian and student. Admin can add librarians and students. While Librarian can add, issue and return books. Librarians issue books to students depending on student's id. Student can check books issued to him.
Abdelrahman5316/Merge-Sort-Quick-Sort-Selection-Sort-Insertion-Sort-Hybrid-between-Merge-Selection-Finding-Kth
Implementation for Sorting Algorithms: Merge Sort, Quick Sort, Selection Sort, Insertion Sort, Hybrid between Merge & Selection, Finding Kth Element
Abdelrahman5316/Networks_lab
Abdelrahman5316/NewLapse
This project performs sentiment analysis on news articles from web archives or from given websites then it dynamically visualizes the results across a timeline.
Abdelrahman5316/Paint-Project
Paint, drawing, project to visualize geometric shapes using java
Abdelrahman5316/Red-black-tree
This is a dictionary which you can add and search its content using red black tree algorithm.
Abdelrahman5316/URL_Extracting
Abdelrahman5316/Warc-to-html-and-json
This code converts warc files into html and json files.
Abdelrahman5316/RoundRobin-Scheduling
RoundRobin using queue
Abdelrahman5316/Tic-tac-toe
The program is to implement a Tic-tac-toe board game with dimensions 6*7 where 6 is the number of rows and 7 is the number of columns by using java. The program uses OOP as it is divided into three classes NewAssignment.java, Player.java and Table.java.