Time Complexity Explained in 60 Seconds ⚡ Hindi

Time Complexity Explained in 60 Seconds ⚡ Hindi

Time complexity is the amount of time taken to execute a piece of code in terms of input size. It does not evaluate the execution time, as it depends upon various factors like system speed, langauge choosen, etc. It is a great way to get an idea about how the code would perform as the input size grows. #cruxcoding #timecomplexity #programmingconcepts