Time Complexity | DSA 001
Ways to calculate code performance
Approach 1: Time based approach
calculateTime()
function fancyName(){
do something
}
calculateTimeDifference()
In this approach of judging code, before running a chunk of code, the initial time is taken and after...
tech.roydevelops.tech3 min read