A python visualiser for various Algorithms
- GUI built using streamlit
- To use app locally,
- Clone the repo and run StartUI.sh to view the app on your browser!
- App is hosted at Streamlit
- App can also be run on my Common Host App,
- Choose settings from the left tab dropdown and select "Add New Repo" under Select Setting dropdown
- Type the repo name and click on "Add Repo"
- Goto Choose Project from the left tab dropdown, choose the project and click load and deploy.
- Then go ahead and use the app! 😃
- If you want to change to another app, simply click on View Other Projects in top left and choose any other project and load and deploy.
Visualise sorting procedures for various sorting algorithms
-
Visualise Fibonacci Sequence and its variants
-
Standard Fibonacci Sequence
-
General Length Fibonacci Sequence
-
Custom Function Fibonacci Sequence - Here used Reverse Fibonacci Function
-
Video on Fibonacci Sequence