Skip to content

Student Data Query is a Java project designed to manage and query student data using an AVL tree data structure.

License

Notifications You must be signed in to change notification settings

barannmeisterr/ExcelDataAnalyzerAvlTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Data Query

Author

Arda Baran

Description

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.

Features

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

Technologies Used

  • Java
  • Apache POI for Excel file handling

Usage

  1. Clone the repository
  2. Run the StudentDataQuery class
  3. Choose from the available options to interact with the student data

File Structure

  • src/: Contains the Java source code
  • resources/: excel file (e.g., data.xlsx)

About

Student Data Query is a Java project designed to manage and query student data using an AVL tree data structure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages