Question: Show the contents of the id array after each union operation when you use the quick union algorithm (Program below) to solve the connectivity problem for the sequence 0-2, 1-4, 2-5, 3-6, 0-4, 6-0, and 1-3. Also give the number of times the program accesses the id array for each input pair.
Please show me all the working and provide the answer.