Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tohsaka888/algorithm


https://github.com/tohsaka888/algorithm

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# 算法基础

## 使用说明

每一章节内包含了一个算法的实现,并且每一个算法都有一个简单的说明。(README.mdx)

有一个示例解法(example.js)

和一个 ts 版本的示例解法(example.ts)

一个`__tests__`文件夹,里面有一个算法的测试用例

一个 `test.js/test.ts` 文件,你可以自己来编写检验学习成果