Skip to content

go-nerds/cli-algorithms-visualizer

Repository files navigation

cli-algorithms-visualizer

Introduction

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.

How to Use

  1. Clone the repository to your local machine:

    git clone https://github.com/go-nerds/cli-algorithms-visualizer.git
  2. Build the project:

    go build
  3. Run the executable file:

    .\<executable_file_name>.exe // Windows OS
    ./<executable_file_name> // Linux || Mac OS

LICENSE

This project is licensed under the MIT License. See the LICENSE file for details.