Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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.