MartinDevillers / omicron

📈 Visualize the time complexity of algorithms
https://omi.cr
MIT License
6 stars 2 forks source link
big-o big-o-notation gatsby gatsby-mdx highcharts mdx omicron react react-live theme-ui typescript

Big O(micron) Visualizer

Big O(micron) Visualizer

Big O Visualizer is released under the MIT license.

An interactive web-based tool that visualizes the time complexity of algorithms by running them against various data sets, counting the operations and plotting the results in a chart.

See it in action!

✨ Features

🚀 Getting Started

  1. Clone this repo.

Use the GIT CLI to clone this repository.

git clone https://github.com/MartinDevillers/omicron.git
  1. Start developing.

Navigate into your freshly cloned directory and start it up.

cd omicron
gatsby develop
  1. Open the code and start customizing!

Big O Visualizer is now running at http://localhost:8000!