Skip to content

Find multipliers of an integer with different algorithms. Understand better how different time complexities impact on the same task

Notifications You must be signed in to change notification settings

DavideDeLeonardis/BigO-Multipliers-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigO Notation Multipliers-Algorithm

Choose the complexity of the algorithm and insert a number to find the multipliers of it.

Understand better how different algorithms with different time complexities impact on the same task.


- The default complexity is O(√n).



Install dependencies

npm install

Run compiler (in main directory):

tsc -w

Than open index.html

Image visualizer

About

Find multipliers of an integer with different algorithms. Understand better how different time complexities impact on the same task

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published