This repository is part of the project Algorithm Visualizer.
tracers.js
is a visualization library for JavaScript.
You can use it on algorithm-visualizer.org or locally on your machine.
npm install algorithm-visualizer
import { LogTracer } from 'algorithm-visualizer';
const logTracer = new LogTracer('Scratch Paper');
logTracer.print('Visualize your own algorithm here!');
Check out the API reference for more information.
Check out the contributing guidelines.