32 should be the size, na, instead of 64

Hey,
In this video the faculty is using array size of 64 in place of 32, but actually we are dealing with integers only, 32 bits should be used, instead of 64.

hello @great
yeah for int 32 size array is sufficient (check constraints of the problem and decide size accordingly).