Question: Write a CH code for the following scenarios. The code should be complete in terms of its functionality i. Analyze the following diagram and answer

Write a CH code for the following scenarios. The code should be complete in terms of its functionality i. Analyze the following diagram and answer the questions. 199 99 88 99 44 66 88 16 8 CS 2143 - Data Structures Page 5 of 6 a) Convert the above into MinHeap and show new diagram and its array representation b) Which traversal method did you use for array representation? ii. X international offers generous scholarships for bright students. They receive a great amount of Motivational Letters and CVs which they need to frequently search in their database for scrutiny process. They keeps a track of the categories of the applications received by the students for efficient search. For example, the three main categories are BS, MS, and PhD. After that the applications are further divided by CGPA, GRE Score, IELTS Score. Think of a data structure that can be ideally used to store the applications' information. The information would include the Category, Motivational Letter (URL), CV (URL) and a unique application code for each application. Implement the insert and search functions for this data structure in CH. The insert and search function should take arguments from the user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
