A tiny single-page site for comparing common algorithm complexity classes from O(1) through O(n!).
Open index.html directly in a browser. No install step and no build step are required.
- Push these files to the
mainbranch. - In the GitHub repository, open
Settings->Pages. - Set
SourcetoDeploy from a branch. - Choose the
mainbranch and the/ (root)folder. - Save, then wait for the site URL to appear.
index.html: page structurestyles.css: layout and visual designapp.js: chart rendering, slider, and mode toggle