Sort and Shuffle Test Cases

A program that uses CUnit to create test cases for the quick sort and fisherYates algorithms provided.

Task - Create a program that tests the quicksort and fisherYates methods provided.

  1. Test Completeness of quicksort.
  2. Test Completeness of fisherYates.

Fun Facts