0
program to return lists whose average is equal to given avgvalue of main list and those list are formed from a given main list
Input=[30,30,15,15,60] ,avg value=30 Output=[30,30],[60,15,15] Note list must contain atleast two values
5 odpowiedzi
+ 4
We are not here to do your homeworks
+ 3
OK, once show your attempt. So I can understand
+ 1
Show the code, even it is Bruce (Lee) Force
0
I tried brute force method but iwant to know if there is any other method that's it
0
Check avglist code in my profile I made it public