Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 429 Bytes

算法 与 数据结构

算法与数据结构的整理和学习

说明

   
运行环境 node
IDE VS Code
language typeScript

使用

  1. 在根目录执行 npm install
  2. vs code 打开想要查看的文件夹

执行

  • 在当前目录按 F5 运行程序
  • 修改vscode调试环境为mocha,使用mocha执行单元测试