Computer Science, asked by navdeep6856, 1 year ago

Given an unsorted array a of size n of non-negative integers, find a continuous sub-array which adds to a given number s in c

Answers

Answered by Anonymous
0

Given an unsorted array of integers, find a subarray which adds to a given ... void subArraySum( int arr[], int n, int sum) .... //if value is not present then add to hashmap.

Similar questions