Java: Printing Jagged Array Combinations

Java: Printing Jagged Array Combinations

In this assignment I was asked to print out all possible combinations of each element in a 2D array. The assignment asked for a recursive program, first I solved it traditionally, then morphed that into the recursive program the assignment required.

Leave a Reply

Your email address will not be published. Required fields are marked *