Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sun-zhenxing/vuepress-data-structure

算法和数据结构笔记
https://github.com/sun-zhenxing/vuepress-data-structure

algorithms vuepress

Last synced: 2 days ago
JSON representation

算法和数据结构笔记

Awesome Lists containing this project

README

        

# VuePress Data Structure & Algorithm Notes

![actions status](https://img.shields.io/github/actions/workflow/status/Sun-ZhenXing/vuepress-data-structure/deploy-docs.yml?branch=main)

🌐 [中文文档](./README.zh.md) | 🚀 [Online Reading (Chinese)](https://blog.alexsun.top/vuepress-data-structure/)

## 📖 Introduction

Data structure and algorithm notes.

It is recommended to install the [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) plugin to format the MarkDown file.

## 🛠️ Build Docs

Build with `pnpm`, the content will be generated in `docs/.vuepress/dist`:

```bash
pnpm i
pnpm build
```

Build with Docker:

```bash
docker build -t vuepress-data-structure .
docker run -itd -p 80:80 vuepress-data-structure
```

Now you can visit to see your docs.

## 📜 License

- All files except `/docs/*` are licensed under [MIT License](https://mit-license.org/)
- `/docs/*` are licensed under [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)

For more details, please read [this series of documents license](https://github.com/Sun-ZhenXing/Sun-ZhenXing.github.io#%E5%BC%80%E6%BA%90%E5%8D%8F%E8%AE%AE).