Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Description: You are required to create a Binary Search Tree. The tree will be used to store student information in a class. Each node in

Description: You are required to create a Binary Search Tree. The tree will be used to store student information in a class. Each node in the tree will contain STUDENT record with the following information:
Name,
Surname,
Date of birth,
Place of Birth (only a single Word),
Midterm score (25100),
Final score (45100),
Lab score (20100),
Quiz score (15100),
Tasks: Write a program which reads the data of 30 students from a file. The program constructs the Binary Search Tree with information given in the file. The program uses the following menu to process data.
insert a new record into the tree,
delete record into the tree,
search through the three for a specific name of a student record,
List all student data with names starting with the same letter.
Calculate and list the letter grades for the class,
Calculate the class average for scores and letter grade,
List 10 most successful students.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Semantics Of A Networked World Semantics For Grid Databases First International Ifip Conference Icsnw 2004 Paris France June 2004 Revised Selected Papers Lncs 3226

Authors: Mokrane Bouzeghoub ,Carole Goble ,Vipul Kashyap ,Stefano Spaccapietra

2004 Edition

3540236090, 978-3540236092

Students also viewed these Databases questions

Question

Different formulas for mathematical core areas.

Answered: 1 week ago

Question

Does it exceed two pages in length?

Answered: 1 week ago

Question

Does it avoid typos and grammatical errors?

Answered: 1 week ago