Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youseftareq33/java_datastructuer_3_tawjihirecord-sll_cdll_avl-
This project focuses on Tawjihi students in the West Bank and Gaza, and involves working with data using (Single LinkedList, Circular Double Linkedlist, AVL Tree).
https://github.com/youseftareq33/java_datastructuer_3_tawjihirecord-sll_cdll_avl-
data-structures java javafx
Last synced: 23 days ago
JSON representation
This project focuses on Tawjihi students in the West Bank and Gaza, and involves working with data using (Single LinkedList, Circular Double Linkedlist, AVL Tree).
- Host: GitHub
- URL: https://github.com/youseftareq33/java_datastructuer_3_tawjihirecord-sll_cdll_avl-
- Owner: youseftareq33
- Created: 2023-05-19T19:38:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-16T01:32:39.000Z (6 months ago)
- Last Synced: 2024-11-06T06:26:30.717Z (2 months ago)
- Topics: data-structures, java, javafx
- Language: Java
- Homepage:
- Size: 553 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tawjihi Record Using Data Structure (Single LinkedList, Circular Double Linkedlist, AVL Tree)
This project focuses on Tawjihi students in the West Bank, and involves working with data(using Singlelinkedlist and CircularDoubleLinkedlist and AvlTree) such
as student numbers, branches, and grades.All the node(Student object) store in CircularDoubleLinkedlist, and every node has pointer that referance to two avl tree, the first tree to store the seat number
and the second tree to store the average ,also every node in the second tree has pointer to Singlelinkedlist to store the students who have dublicated
on there average.The project includes multiple operations such as insertion, deletion, and searching,.....itc.
## Note that there is app_photo folder.