Topic: Hashing Problem / Level: advanced

Problem: Given an array of integers, find the number of subarrays whose sum is a perfect square using hashing.

Run the code to see the output here...