-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(max_substring): 对max_substring名字优化 (#40)
* perf(max_substring): 对max_substring名字优化 * doc(README.org): 添加README.org * fmt * fmt * fmt * fmt * fmt * fmt * fmt
- Loading branch information
1 parent
590fbae
commit 38d19b4
Showing
3 changed files
with
47 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[[https://crates.io/crates/algori][https://img.shields.io/crates/d/algori.svg]] | ||
[[https://github.com/BarrenSea/algori/fork][https://img.shields.io/github/forks/barrensea/algori.svg]] | ||
[[https://github.com/BarrenSea/algori][https://img.shields.io/github/repo-size/barrensea/algori.svg]] | ||
[[https://github.com/BarrenSea/algori][https://img.shields.io/github/stars/barrensea/algori.svg]] | ||
[[https://github.com/BarrenSea/algori][https://img.shields.io/github/commit-activity/t/barrensea/algori.svg]] | ||
[[https://conventionalcommits.org][https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white.svg]] | ||
|
||
** Algorithms | ||
*** Sorting 排序 | ||
- [[./doc/sorting/_index.md][InsertionSort 插入排序]] | ||
- [[./doc/sorting/_index.md][SelectionSort 选择排序]] | ||
- [[./doc/sorting/_index.md][BubbleSort 冒泡排序]] | ||
- [[./doc/sorting/_index.md][BinarySort 二分排序]] | ||
- [[./doc/sorting/_index.md][MergeSort 归并排序]] | ||
*** Structures 数据结构 | ||
- [[./doc/structure/_index.md][Heap 堆/优先队列]] | ||
- [[./doc/structure/_index.md][LinedList 双向链表]] | ||
- [[./doc/structure/_index.md][二进制链表相加]] | ||
- [[./doc/structure/_index.md][二进制链表相加]] | ||
*** Searching 搜索 | ||
- [[./doc/searching/_index.md][BinarySearch 二分搜索]] | ||
- [[./doc/searching/_index.md][two_sum 两数之和]] | ||
*** Math 数学 | ||
- [[./doc/math/_index.md][Complex 复数]] | ||
- [[./doc/math/_index.md][DFT 离散傅立叶变换]] | ||
- [[./doc/math/_index.md][pi 圆周率]] | ||
*** String 字符串 | ||
- [[./doc/string/_index.md][MaxSubarray 最大子数组]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters