Skip to content

devosmos/Algorithm-Complexity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Complexity Compare

A tiny single-page site for comparing common algorithm complexity classes from O(1) through O(n!).

Local use

Open index.html directly in a browser. No install step and no build step are required.

GitHub Pages

  1. Push these files to the main branch.
  2. In the GitHub repository, open Settings -> Pages.
  3. Set Source to Deploy from a branch.
  4. Choose the main branch and the / (root) folder.
  5. Save, then wait for the site URL to appear.

Files

  • index.html: page structure
  • styles.css: layout and visual design
  • app.js: chart rendering, slider, and mode toggle

About

A tiny single-page site for comparing common algorithm complexity classes from `O(1)` through `O(n!)`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors