The Modular Algorithm Rendering System is a personal project developed to visualize classic sorting and searching algorithms. It serves as a dynamic tool to demonstrate how different algorithms approach the task of organizing and finding elements within randomly generated lists.
- Interactive Visualizations: See sorting and searching algorithms in action with real-time animations.
- User-Friendly Interface: Easily select algorithms and adjust speed parameter to understand their behavior on different arrays.
- Educational Resource: Enhances understanding of algorithm efficiency and complexity through direct observation and comparison.
- Chose a dataset size and randomise the datum.
- Select an algorithm from the available options (more coming soon)!
- Adjust visualization speed according to your preference.
- Click 'visualize!' to start the animation and observe the algorithm at work.
- Skip to End if you wish to fast-forward to the end of the visualization and see the final result.
Check out the project on GitHub for more information and to explore the code behind the visualizations.