文件名称:sorting-visualization:用于可视化排序算法的Rust程序,该程序使用Piston进行图形处理。 受https启发
文件大小:273KB
文件格式:ZIP
更新时间:2024-06-05 09:05:21
visualization rust graphics sorting-algorithms piston
排序可视化 用于可视化排序算法的程序,该程序使用进行图形处理。 受到启发。 设置 git clone https://github.com/dmitmel/sorting-visualization cd sorting-visualization cargo build --release 用法 # see 'Features' section for the list of supported algorithms and their IDs # and use the --help flag to print all available animation options cargo run < algorithm> # list all available algorithms cargo run -- --list 特征 命令行界面 支持不同的算法(ID放在括号中): [
【文件预览】:
sorting-visualization-master
----rustfmt.toml(30B)
----Cargo.lock(43KB)
----.github()
--------workflows()
----docs.sh(211B)
----assets()
--------Menlo-Regular.ttf(464KB)
----LICENSE(1KB)
----src()
--------app.rs(6KB)
--------array.rs(3KB)
--------main.rs(3KB)
--------cli.rs(4KB)
--------state.rs(3KB)
--------algorithms()
----Cargo.toml(675B)
----.gitignore(30B)
----README.md(2KB)