Skip to content

AnkushSinghGandhi/algorithm-complexity-extension

Repository files navigation

algorithm-complexity-chrome-extension (v1.0.0)

A Chrome Extension to randomly display the complexities of different algorithms.

Demo 💜

Screenshot from 2021-10-10 15-01-09

Downloading and Deploying the Extension 👀

To download the extension, run the following command in your Command Prompt/Terminal:

git clone https://github.com/AnkushSinghGandhi/algorithm-complexity-extension.git

Or alternatively, you can Download a ZIP and then unpack the ZIP folder.

Once you have the extension code:

  • Open Google Chrome
  • Click on the 3 dots at top right corner
  • Choose More Tools and then Extensions

Screenshot from 2021-10-02 11-13-44

  • Toogle the Developer Mode to right so that it is ON
  • Click on Load Unpacked and upload the unpacked ZIP files.
  • And you're done!

Screenshot from 2021-10-08 17-32-05