Arda Baran
This Java project utilizes an AVL tree data structure to manage and query student data stored in an Excel (.xlsx) file. The program reads student information from the file, inserts it into an AVL tree, and provides several options for querying and analyzing the data.
- View all data in the Excel file
- Display the AVL tree structure and the number of inserted records
- Search for a student based on their full name
- Calculate and display the average of overall course grade(total column)
- Java
- Apache POI for Excel file handling
- Clone the repository
- Run the
StudentDataQuery
class - Choose from the available options to interact with the student data
src/
: Contains the Java source coderesources/
: excel file (e.g.,data.xlsx
)