Skip to content

jonsadka/ComplexityAnalysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Complexity Analysis Review

For extra practice on identifying and optimizing time complexity, take a look through these practice problems.

  • complexityAnalysis.js contains a number of functions, with the goal of understanding and identifying their time complexity.
  • complexityApplications.js asks you to write a few functions, while attempting to keep their algorithmic complexity as low as possible.

Note: Yes, there are many different time complexities (just checkout the list on wikipedia!), but the main ones to start with are constant, logarithmic, linear, polynomial, and exponential.

About

Identifying and optimizing time complexity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%