ALGO-VISUALIZER DOCUMENTATION 🔥 =================================== Below is the documentation for the algo-visualizer project. The project is a tool to visualize the execution of algorithms, specifically sorting algorithms. The visualizer is written in C++ and uses the SFML library for rendering. visualizer Namespace --------- This is the documentation for the classes and functions in the `visualizer` namespace. .. doxygennamespace:: visualizer :project: ALGO-VISUALIZER :members: algorithm Namespace --------- This is the documentation for the classes and functions in the `algorithm` namespace. .. doxygennamespace:: algorithm :project: ALGO-VISUALIZER :members: algo_resources Namespace --------- This is the documentation for the classes and functions in the `algo_resources` namespace. .. doxygennamespace:: algo_resources :project: ALGO-VISUALIZER :members: