Skip to content

Algorithm Book For Noier && Acmer


说明

本书仓库地址:

这里是新的RBook,正在建设中,你可以先访问老版本的rbook

如果你觉得本项目不错,督促作者尽快更新,请点击这里,点击右上角Star,收藏本项目.

如果你想要提问,请点击这里RBook issues

你可以通过邮件 rainboylvx@qq.com 联系作者。

如果你打不本网站,尝试下面的其它镜像

你也可以访问作者作品的导航网站: http://roj.ac.cn

目录的标题带有 📺 标记表示,我有录制对应的视频教程.请在下面视频教程这一节里查找对应的视频

视频教程

说明:

  • ❎表示不需要看
点击观看

通过下面的方法批量保存我的视频

作者的其它的仓库

how to build

bash
git clone https://github.com/rbookr/vitepress ~/vitepress
cd ~/vitepress && pnpm install && pnpm build
# clone this repo
git clone https://github.com/rbookr/RBook ~/RBook
cd ~/Rbook && pnpm install
pnpm link ~/vitepress

# dev -> http://localhost:3000
pnpm dev

# build and serve
# -> http://localhost:5000
pnpm build
pnpm serve

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

support markdown syntax

use markdown-it and some plugins to extend md syntax;

if you want to kown what md syntax this book support , please read this

plugins of using

vue components

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0