Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaohaoyang/data-structures-algorithms-with-ts
https://github.com/gaohaoyang/data-structures-algorithms-with-ts
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaohaoyang/data-structures-algorithms-with-ts
- Owner: Gaohaoyang
- Created: 2018-12-17T13:31:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T04:22:06.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T04:56:31.524Z (over 1 year ago)
- Language: TypeScript
- Size: 1.39 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data structures and algorithms practice
数据结构与算法的练习,使用 TypeScript 和 Jest 单元测试
## 测试
执行单元测试
```
yarn t
```执行测试覆盖率
```
yarn tc
```