Description
1. Implement Merge sot algorithm.
Home Assignment:
Given an array of positive and negative integers, segregate them without changing the relative order of elements. The output should contain all positive numbers following negative numbers while maintaining the same relative ordering.
(Hint: Use concept of Merge sort).
(Format to submit the assignment)
Name:
Registration:
C Program Code:
Output:
Home Assignment Code Output
Reviews
There are no reviews yet.