Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tohsaka888/algorithm
https://github.com/tohsaka888/algorithm
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tohsaka888/algorithm
- Owner: tohsaka888
- Created: 2022-04-07T01:23:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:20:10.000Z (11 months ago)
- Last Synced: 2023-12-15T06:35:41.858Z (11 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.mdx
Awesome Lists containing this project
README
# 算法基础
## 使用说明
每一章节内包含了一个算法的实现,并且每一个算法都有一个简单的说明。(README.mdx)
有一个示例解法(example.js)
和一个 ts 版本的示例解法(example.ts)
一个`__tests__`文件夹,里面有一个算法的测试用例
一个 `test.js/test.ts` 文件,你可以自己来编写检验学习成果