Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Provide the missing code in the two areas where it says Student provides missing code... in Heap.c and Problem29.c (C Programming) Please post the missing

Provide the missing code in the two areas where it says "Student provides missing code..." in Heap.c and Problem29.c (C Programming)

Please post the missing code specified in Heap.c and Problem29.c and provide screenshot which should look similar to the sample one provided.

All source files located below. (heah.c, heap.h, random.h, random.c, problem29.c) are located below in the link posted. It wouldn't let me post it here beacuse it exceeded maximum question character length so please check the link for the source files.

image text in transcribed

https://anotepad.comotes/t8an3t

https://anotepad.comotes/t8an3t

https://anotepad.comotes/t8an3t

https://anotepad.comotes/t8an3t

https://anotepad.comotes/t8an3t

image text in transcribed

https://anotepad.comotes/t8an3t

https://anotepad.comotes/t8an3t

https://anotepad.comotes/t8an3t

Problem Allow the user to specify N, the number strings added to an initially empty heap. Each string is formed with a length randomly-chosen from [ 2,5 1 and a contents randomly-chosen from the set of uppercase and lowercase letters { 'A', 'B', each string is added to the heap using the format , ..., 'z' \. Display the contents of the heap after 1234567890123456789012345 (N,capacity) -(XXX, XXX) Heap sort the randomly-chosen strings by removing them from the heap one string at a time until the heap is empty. Display each string just before it is removed using the format shown below so that the strings contained in the heap are displayed in descending lexicographic order! Sorted in descending order Problem Allow the user to specify N, the number strings added to an initially empty heap. Each string is formed with a length randomly-chosen from [ 2,5 1 and a contents randomly-chosen from the set of uppercase and lowercase letters { 'A', 'B', each string is added to the heap using the format , ..., 'z' \. Display the contents of the heap after 1234567890123456789012345 (N,capacity) -(XXX, XXX) Heap sort the randomly-chosen strings by removing them from the heap one string at a time until the heap is empty. Display each string just before it is removed using the format shown below so that the strings contained in the heap are displayed in descending lexicographic order! Sorted in descending order

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

Fundamentals Of Database Systems

Authors: Ramez Elmasri, Sham Navathe

4th Edition

0321122267, 978-0321122261

More Books

Students also viewed these Databases questions