[SOLVED] COSC450/550 Lab 1

10.00 $

Categories: ,

Description

5/5 - (1 vote)

Program 1:
Write a program that randomly generate a one-dimensional array, and implements quicksort using recursion. Display the original array, and the new array.
Program 2:
Write a program that randomly generate two two-dimensional arrays, and implements matrix multiplication using logical loop – for example, for loop. Display the two original matrixes, and the new matrix.