# easy-study-front **Repository Path**: small-code-workshop/easy-study-front ## Basic Information - **Project Name**: easy-study-front - **Description**: 让学习更容易——前端 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-07-09 - **Last Updated**: 2024-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easy-study-front #### 介绍 易学习后端:将常用的数据结构等可视化出来,旨在让学习更容易。 目前只有红黑树的创建过程 未完待续。。。。 #### 后端地址 https://gitee.com/small-code-workshop/easy-study-backend.git #### 演示地址 http://124.223.112.43:5173/ #### 使用技术 node20.11.1 vue3 element plus d3.js ## 安装步骤 ### 更新依赖 ``` npm install ``` ### 本地启动 ``` npm run dev ``` ### 打包 ```sh npm run build ``` #### 红黑树示例 1. 随机生成红黑树(默认13个节点) ![img.png](img.png) 2. 插入节点 ![img_1.png](img_1.png) 3. 删除节点 ![img_3.png](img_3.png) #### 参与贡献 1. Fork 本仓库 2. 新建 feature_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 联系方式 微信 ![img_2.png](img_2.png)