day 10 of 1000 days of code (BigO and some patterns)
DSA- BigO tells the performance of algo, it takes into account of the worst possible outcome. There are two ways to calculate 1) time analysis and 2)space analysis.
In time analysis we calculate the number of operations (not time coz it may vary for ...
shreerohitrj.hashnode.dev2 min read