1. Complete the implementation of the MultiArray class by implementing the helper method computeFactors().
2. 1 In this chapter, we implemented the Set ADT using a list. Implement the Set ADT using a bag created from the Bag class. In your opinion, which is the better implementation? Explain your answer.