From 7f03c3b0a24000835d322a4f6cf553f3f8b5995f Mon Sep 17 00:00:00 2001 From: dudaodong Date: Mon, 30 May 2022 17:53:21 +0800 Subject: [PATCH] docs: update algorithm package doc --- docs/algorithm.md | 31 ++++++++++++++----------------- docs/algorithm_zh-CN.md | 32 +++++++++++++++----------------- 2 files changed, 29 insertions(+), 34 deletions(-) diff --git a/docs/algorithm.md b/docs/algorithm.md index 6cb2b05..29773d5 100644 --- a/docs/algorithm.md +++ b/docs/algorithm.md @@ -21,23 +21,20 @@ import (
## Index -- [Algorithm](#algorithm) - - [Source](#source) - - [Usage](#usage) - - [Index](#index) - - [Documentation](#documentation) - - [BubbleSort](#bubblesort) - - [InsertionSort](#insertionsort) - - [SelectionSort](#selectionsort) - - [ShellSort](#shellsort) - - [QuickSort](#quicksort) - - [HeapSort](#heapsort) - - [MergeSort](#mergesort) - - [CountSort](#countsort) - - [BinarySearch](#binarysearch) - - [BinaryIterativeSearch](#binaryiterativesearch) - - [LinearSearch](#linearsearch) - - [LRUCache](#lrucache) +- [BubbleSort](#BubbleSort) +- [InsertionSort](#InsertionSort) +- [SelectionSort](#SelectionSort) +- [ShellSort](#ShellSort) +- [QuickSort](#QuickSort) +- [HeapSort](#HeapSort) +- [MergeSort](#MergeSort) +- [CountSort](#CountSort) +- [BinarySearch](#BinarySearch) +- [BinaryIterativeSearch](#BinaryIterativeSearch) + +- [LinearSearch](#LinearSearch) +- [LRUCache](#LRUCache) +
diff --git a/docs/algorithm_zh-CN.md b/docs/algorithm_zh-CN.md index 412dd5d..f51a06e 100644 --- a/docs/algorithm_zh-CN.md +++ b/docs/algorithm_zh-CN.md @@ -21,23 +21,21 @@ import (
## 目录 -- [Algorithm](#algorithm) - - [源码](#源码) - - [用法](#用法) - - [目录](#目录) - - [文档](#文档) - - [BubbleSort](#bubblesort) - - [InsertionSort](#insertionsort) - - [SelectionSort](#selectionsort) - - [ShellSort](#shellsort) - - [QuickSort](#quicksort) - - [HeapSort](#heapsort) - - [MergeSort](#mergesort) - - [CountSort](#countsort) - - [BinarySearch](#binarysearch) - - [BinaryIterativeSearch](#binaryiterativesearch) - - [LinearSearch](#linearsearch) - - [LRUCache](#lrucache) + +- [BubbleSort](#BubbleSort) +- [InsertionSort](#InsertionSort) +- [SelectionSort](#SelectionSort) +- [ShellSort](#ShellSort) +- [QuickSort](#QuickSort) +- [HeapSort](#HeapSort) +- [MergeSort](#MergeSort) + +- [CountSort](#CountSort) +- [BinarySearch](#BinarySearch) +- [BinaryIterativeSearch](#BinaryIterativeSearch) +- [LinearSearch](#LinearSearch) +- [LRUCache](#LRUCache) +