46
edits
Changes
Avengers
,→Jaideep - Array Processing
I used the pseudo-code provided to create a program that creates a 2-dimensional array. The purpose of the program is to create and populate a 2-dimensional array of size n (provided by the user) with random numbers. The code is available in the link below:
After using '''gprof''' to profile my program, a call graph is generated with this content: