Skip to content

paulbickford/algorithm-visualizer

Repository files navigation

Algorithm Data Structure Visualization

This app is a development exercise to visualize different sorting algorithms.

Insertion sort and merge sort are currently implemenented.

Installation

You will need Elixir, 1.13 or above, installed.

To start your ADS server:

  • Clone this repo
  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

About

Animates sorting algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published