Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Project subject: A tree application where student names are stored The requirements and scoring are as follows. 1 - Inserting names into the tree (

Project subject: A tree application where student names are stored
The requirements and scoring are as follows.
1- Inserting names into the tree (60 points)
The names entered by the user must be inserted into a tree, starting with the first letter. Each letter is stored in a node. The same prefix shared between different names are represented by the same nodes. The number of names overlapped in a node must be kept in this node.
For example, Figure 1 shows a tree which is initially empty. Figure 2, Figure 3, Figure 4, Figure 5 and Figure 6 represent the tree after the names "Ali", "Aye", "Irfan", "Alihan" and "Alican" were inserted, respectively.
For example, considering the node (A:2) in Figure 3, it is understood that this node represents the letter "A" and it is associated with 2 names. Similarly, considering the node (I:3) in Figure 6, it is understood that this node represents the letter "I" and it is associated with 3 names.
2. Updating the names (40 points)
The user may want to update a name at any stage. For example, a command such as Update("Alihan", "Veli") means that the name "Alihan" is wanted to be updated as the name "Veli". Figure 7 represents the tree after this update was made. If the name to be updated is not found in the tree, the user must be informed.
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

Nested Relations And Complex Objects In Databases Lncs 361

Authors: Serge Abiteboul ,Patrick C. Fischer ,Hans-Jorg Schek

1st Edition

3540511717, 978-3540511717

More Books

Students also viewed these Databases questions

Question

=+5. Is the public perception about your organization correct?

Answered: 1 week ago

Question

4 How can you create a better online image for yourself?

Answered: 1 week ago