Threesuns

Email

Contact

All Semesters

Semesters

All Courses

Courses

Introduction to Computer Programming

CSYS1203

3 credits

Labs

Split a Collection

Lab

0 points

Requirements

Total0 pts

Objective

To practice with problem solving

Instructions

Knowns and Unkowns

Describe a process where you could split a collection of items into roughly equal sub-groups. Assume that the size of the collection is not known specifically and is only referred to as "collection size" and that you know how many sub-groups you want to break it into, this number is known as "group size".