Page 1 of 1

Implement 2 programs(In java,can send ideone link or paste it after typing)for finding prefix averages in an array of si

Posted: Fri Apr 29, 2022 7:04 am
by answerhappygod
Implement 2 programs(In java,can send ideone link or paste it after typing)for finding prefix averages in an array of size 'n' in O(n^2) and O(n) time.Compare the running time by plotting graph(In Ms excel/google sheets)for different values of 'n'.