Practice ยท 2 of 2
CTAD from a C Array
Add to Stats an array constructor that scans for the real min/max, and the deduction guide so Stats s{arr}; deduces Stats<int> from int arr[].
Difficulty: advanced
Press Submit to check your solution.
Back to lesson: Practice: CTAD in Anger