| home |
true |
| heroImage |
https://avatars.githubusercontent.com/u/43908467?v=4 |
| heroText |
Algorithm |
| tagline |
数据结构与算法 |
| actions |
| text |
link |
type |
快速上手 |
/views/guide/ |
primary |
|
| text |
link |
type |
项目简介 |
/views/other/index.md |
secondary |
|
|
| actionLink |
/zh/guide/s |
| features |
| title |
details |
优先Typescript |
数据结构的设计,优先选择typescript进行构建。 |
|
| title |
details |
经典数据结构模块 |
全面的分析经典数据结构特点。从概念触发,在借助源码实战分析,经典数据结构的巧妙构思。 |
|
| title |
details |
经典算法实战分析 |
从数据结构触发,在移步算法实战。二者结合感悟算法的经典. |
|
|
| footer |
MIT Licensed | Copyright © 2021-present PachVerb |
::: tip
阅读文档的同时,伴随源码学习更深入, 传送门 Algorithm
:::
# 第一步
$ git clone https://github.com/front-end-open/algorithm.git
# 第二步
# npm 或者 yarn
$ npm install
# 第三步
$ npm run dev