From 908bc163e2a8b74815d95a741eb0531a5f4daf88 Mon Sep 17 00:00:00 2001 From: zjl9959 Date: Mon, 5 Dec 2022 22:00:03 +0800 Subject: [PATCH] Add algviz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10b9471..2d553df 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ This is collection of projects and links about algorithm visualization. * [Algorithm Visualizations](http://www.cs.usfca.edu/~galles/visualization/Algorithms.html) * [LaTeX2HTML5](http://latex2html5.com/): annotate LaTeX diagrams with interactivity when exporting to HTML * [Tangle](http://worrydream.com/Tangle/) +* [Algviz](https://github.com/zjl9959/algviz): algorithm animation engine for Python in Jupyter that supports vector, table, linked list, tree, and graph data structures. # References