This project is an algorithms visualizer implemented in Go. It allows you to observe various algorithms in action. The visualizer provides a graphical representation of each step, making it easier to understand how the algorithms work.
-
Clone the repository to your local machine:
git clone https://github.com/go-nerds/cli-algorithms-visualizer.git
-
Build the project:
go build
-
Run the executable file:
.\<executable_file_name>.exe // Windows OS ./<executable_file_name> // Linux || Mac OS
This project is licensed under the MIT License. See the LICENSE file for details.