You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea of the app is to visualize sorting algorithms, similar with some implementations that I saw on web, so first you have to draw the "Path" and then "Sort" it.
Here is a short preview of how it works :)
Also I tried to learn and implement some new libraries that were new to me, e.g:
SoundPool -> is used for audio, in my case a play a sound everytime the main index changes (its very light weight and easy to use)
PlantUML -> which I am trying to use to draw the diagrams for the algorithms, this is still in progress since I didn't have time to learn it completely.
I also checked Mermaid Chart
but still I am not sure which one to use, since my main goal is to be able to track the diagram changes with git and also visualise them in markdown file.