Comments on: Check if array can be divided in two parts with equal sum https://demo.ritambhara.in/check-if-array-can-be-divided-in-two-parts-with-equal-sum/ Coding / System Design Interviews Wed, 28 Oct 2020 03:34:53 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Mentor1 https://demo.ritambhara.in/check-if-array-can-be-divided-in-two-parts-with-equal-sum/#comment-4701 Wed, 28 Oct 2020 03:34:53 +0000 http://www.ritambhara.in/?p=3025#comment-4701 this code does not work even if you rearrange the elements of the shown example in code. even the example array given in the problem statement doesnt give a true result. wasted time pondering over the solution.

]]>
By: Abhijeet Dey https://demo.ritambhara.in/check-if-array-can-be-divided-in-two-parts-with-equal-sum/#comment-2006 Tue, 26 Jul 2016 10:37:38 +0000 http://www.ritambhara.in/?p=3025#comment-2006 Sir
The array is to be divided in the sequence it is given
i.e., a,b,c,d,e,f,g –> (a,b,c) and (d,e,f,g)
or can it be divided in randomized manner
i.e., a,b,c,d,e,f,g –> (c,g,a) and (f,b,e,d)
Regards
Abhijeet Dey

]]>
By: Soumyajit Samanta https://demo.ritambhara.in/check-if-array-can-be-divided-in-two-parts-with-equal-sum/#comment-2005 Thu, 09 Jun 2016 10:45:01 +0000 http://www.ritambhara.in/?p=3025#comment-2005 wow

]]>