/Run-Time-heapSort

a run time comparison in heap sort using python and C++

Primary LanguageC++

Run-Time-heapSort

a Run time comparison in heap sort using python and C++

First Run

Values Python(ms) C++(ms)
100 0.006354 0.00115
1K 0.010338 0.02376
10k 0.16822 0.22771
100k 2.3718456 2.97513
1M 25.25306 NULL

image

Difference in Runs

diff in c++and python