What kind of triangle?
Write a function named check_triangle that receives three positive integers as input: a, b, and c.
These three numbers are inte...
6 months ago
Solved
Cluster Partition
Given an array (row or column) of numbers, divide the array into consecutive positive/negative numbers.
0 is to be treated inde...