Skip to content

soontobemil/DSAStudyNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIG O Notation

Rules:

  1. Worst Case - What's the worst case senario?
  2. Remove Constants - Drop the constants
  3. Different terms for inputs (a + b or a * b)
  4. Drop Non Dominants (Consider the most dominant / important term)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages