Skip to content

khushi-jadaun/DSA-with-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

DSA-with-C++

Time Complexity Rate at which time taken increases with respect to input size It is of three types:-

  1. Worst Case Scenario(Big 0 Notation) In this we will take the maximum time taken by the code to get execute
  2. Average Case scenario(Theta Notation) average time taken by the code to execute
  3. Best case Scenario (Omega Notation) Minimum time taken by the code

In maximum cases, we have to find out the worst case scenario; Big O notation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published