Data structure that can efficiently store and check if the total of any three successively added elements is equal to given tota...
Questions: Example: Empty container with no existing totals. Add {1, 2, 3} which means that there is only one existing total (1 + 2 + 3 = 6). Now add {4} element which creates additional total from {2...