There is an array of some no only 0-9.
 You have to divide it into two array
such that sum of elements in each array is same.
  Eg input   {1,2,3,4}          output  {1,4}{2,3}


this question of nagaroo company

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to