kdn251 / interviews

Everything you need to know to get the job.
https://www.youtube.com/channel/UCKvwPt6BifPP54yzH99ff1g?view_as=subscriber
MIT License
63.67k stars 12.91k forks source link

New programming problem #83

Open SalahudinMalik opened 6 years ago

SalahudinMalik commented 6 years ago

make a program who return 2 sub array who's sum is equal

input : {2, 4, 6, 3, 5, 8, 7, 1}

output : {4,6 } , {3,7}

IAmPramod commented 6 years ago

@SalahudinMalik I don't see a solution to the problem you mentioned in the description?

SalahudinMalik commented 6 years ago

@IAmPramod I also don't see.