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

https://github.com/zhangzhonghe/algorithms-fourth-edition

算法(第四版)练习解答
https://github.com/zhangzhonghe/algorithms-fourth-edition

Last synced: 7 months ago
JSON representation

算法(第四版)练习解答

Awesome Lists containing this project

README

          

# Algorithms-Fourth-Edition
算法(第四版)练习解答

### 如何调试

首先**安装**依赖,推荐使用**pnpm**:
```bash
pnpm install
```

然后选择某个文件进入,按 **F5** 键运行当前文件下的测试代码,推荐在 **vscode** 中进行:

![1661313311(1)](https://user-images.githubusercontent.com/38434641/186325294-d36b9e4e-81f1-4a5a-be12-0a091f5a1a30.png)

通过点击左侧的红点打断点:

![1661313429(1)](https://user-images.githubusercontent.com/38434641/186325633-919b2923-e85f-4a17-a31c-07995a5d2693.png)