Question: need Answer ASAP C++ Question 3 [10]. Consider the struct 'House' as defined in the Question 1 above. Implement the queue with circular linked list

 need Answer ASAP C++ Question 3 [10]. Consider the struct 'House'
as defined in the Question 1 above. Implement the queue with circular
need Answer ASAP
C++

Question 3 [10]. Consider the struct 'House' as defined in the Question 1 above. Implement the queue with circular linked list whose each node has data component an instance of the struct House. Write and implement the following functions to: (1) enqueue five elements to the queue: (Kabeer, 25), (John, 65) and (Paul, 43), (Kaur, 93), (Patel, 37) (you must hardcode these elements); (ii) print the queue. (iii) dequeue one element; (iv) print the queue. Question 1 [10]. Write a struct 'House that has two member variables: (string) first name of the owner, (int) house number. Implement the binary search tree whose each node has data component an instance of the struct House. Comparison of the nodes must be made with respect to first name. Write the following functions to: 1) insert nodes in a tree; (ii) print the tree in post order fashion; (iii) find the minimum element of the tree; (iv) remove a node from the tree; Implement the following: (i) insert five elements to the tree: (Kabeer, 25), (John, 65) and (Paul, 43), (Kaur, 93), (Patel, 37) (you must hardcode these elements); (ii) print the tree post order fashion; (iii) remove an element from the tree (Paul, 43) (you must hardcode this elements); (iv) find the minimum element of the tree; (v) print the tree in post order fashion

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!