[Solved] CSE100 Lab 4a-Heap-Sort

$25

File Name: CSE100_Lab_4a-Heap-Sort.zip
File Size: 216.66 KB

SKU: [Solved] CSE100 Lab 4a-Heap-Sort Category: Tag:
5/5 - (1 vote)

Heap-Sort

Description In this lab assignment (lab 04-1), your job is to implement heap-sort. This is the first half of lab 04 and is worth 50 points.

Input structure The input starts with an integer number which indicates the number of elements (integers) to be sorted, n. Then, the elements follow, one per line.

Output the elements in non-decreasing order. Each element must be followed by ;.

Examples of input and output:

Input

6

5

3

2

1

6

4

Output

1;2;3;4;5;6;

Note that the output has only one line and has no white characters.

See the lab guidelines for submission/grading, etc., which can be found in Files/Labs.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] CSE100 Lab 4a-Heap-Sort
$25