Hi, i 've recently done a university project requiring me to construct a data structure{ a heap}....
Now that i 've finished the programming task , i am thinking how can i measure the programm's performance.....
I will populate my data structure with 2 million random elements, and i will measure the time it takes to complete the varius operations on it....
The question is how can i do this...????
PS:: after the project gets marked i will post it online.