手撕LeetCode题目
LeetCode 题目用动画的形式演示

哈弗大学 排序算法动画
Sorting Algorithms Animations

算法可视化 Algorithm Visualizer
算法可视化 demo
可视化排序算法
hello-algorithm

动画模拟算法

机器学习算法的动画可视化

The Algorithms

JavaScript Algorithms and Data Structures

https://www.bigocheatsheet.com/

可视化数据结构网站

《Hello 算法》:动画图解

#!/bin/bash

# git clone git@github.com:krahets/hello-algo.git

git -C "/root/code/hello-algo" pull
docker build -f /root/code/hello-algo/Dockerfile -t algo:v0.01 /root/code/hello-algo

# docker run -d -p 10003:8000 --name algo --restart always algo:v0.01