You are on page 1of 1

Data Structures and Algorithms I

Lab Work - Arrays

Q1. Write a java program to implement a Ordered Array class

Q2. Add a merge() method to the OrdArray class in the orderedArray.java program to
merge two ordered source arrays into an ordered destination array. Write code in main() that
inserts some random numbers into the two source arrays, invokes merge(), and displays the
contents of the resulting destination array.

***************

Page 1 of 1

You might also like