2a, Page 3

Answer is correct but explanation is not accurate. Seeking 1 point for correct answer.

2b, Page 3

Intended solution has the owner Fozzie as well as the group, seeking 1 point for correct response Fozzie.

4a, Page 5

Misinterpreted the question to organize the input as a balanced binary search tree rather than taking in count insertion order. Seeking partial marks for correct balanced binary search tree

5e, Page 10

Talked to ISA about this question, identified issues with the marking scheme. Particularly with deduction based upon comment “If statements to discuss”

for the else statement at the end the intended sign for the for loop is i < s.size not i <= s.size

I had it as <= before but changed it to < after