Skip to content

用vue3写的堆排序算法动态演示网页,算法导论课程上台展示用

License

Notifications You must be signed in to change notification settings

goddaren/heapsort_algorithm_demoweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

介绍

用Vue3写的堆排序算法动态演示网页,由莲对算法进行解说。在线查看页面:https://goddaren.github.io/heapsort

lian.png

安装

Node

可以去官网下载Node.js。为保证Vue3等Package能够正常运行,版本最好在14.0及以上。

PNPM

如果你没有安装过 pnpm

npm install pnpm -g

安装依赖

根目录运行以下命令

pnpm install

前端网页

根目录运行以下命令本地浏览网页

pnpm dev

根目录运行以下命令可以对网页进行打包。打包后的静态网页在/dist目录下,你可以把文件夹内的文件复制到你网站服务的根目录下

pnpm build

说明

堆排序的js核心算法在 \src\components\DisplayData.vue

License

MIT © Goddaren

About

用vue3写的堆排序算法动态演示网页,算法导论课程上台展示用

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published