MartinDevillers / omicron

📈 Visualize the time complexity of algorithms
https://omi.cr
MIT License
6 stars 2 forks source link

Appreciation #3

Open jomefavourite opened 2 years ago

jomefavourite commented 2 years ago

Hello Martin, I really love this project you've started and I'm using it as a guide to help me create an algorithm visualizer which has a graph chart to visualize the Big O like you did (hope that's okay?).

I'll like to know if you plan on adding more algorithms, such as searching and the likes, if you do, I'll love to know and also contribute to the project.

MartinDevillers commented 2 years ago

Hi @jomefavourite Thank you for reaching out and yes that's totally okay! Feel free to fork this project, pick components from it or do whatever with it.

When I created this project I was a little surprised to see so much online material about Big O, but almost no material on how to apply it to actual real algorithms. If you would like to further iterate on this concept then by all means go right ahead 👍

About adding more algorithms: Yes, I am still planning to do that-- but I have been a little time constrained so it may take a while for me to do so. If you'd like to contribute, you have my blessing 🙂

jomefavourite commented 2 years ago

Okay, thanks; I'll love to contribute to the project. I'm currently studying the codebase to customise it into my liken for my school project.