Question: You do not need to write any actual code for this problem, but just answer the following questions regarding how we would approach writing the

You do not need to write any actual code for this problem, but just answer the following questions regarding how we would approach writing the class:
1. Which data structure should we use?
2. Why would we use this data structure (in terms of time complexity)
3. Would we implement this data structure as an array or linked list?
4. Why would we use this implementation?
Write a class to storing the information for heavyweight, middleweight and lightweight boxers -each boxer has a name, weight and boxerlD -Heavyweights have a boxerlD that is evenly divisible by 3:0,3,6,9 -Middleweights have a boxerID that with a remainder of 1:1,4,7,10 -Lightweights have a boxerID that with a remainder of 2:2,5,8,11
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
