Topic: Array Problem / Level: intermediate

Problem: Check if an array can be divided into k parts where the sum of elements in each part is a perfect square.

Run the code to see the output here...