Open
Conversation
…_01/lfy/task_01.md
tagbug
reviewed
Nov 28, 2021
Member
tagbug
left a comment
There was a problem hiding this comment.
算法还没仔细看,心得写的挺好的,文档结构也不错,注意一下代码高亮问题就更好了
| @@ -0,0 +1,306 @@ | |||
| ### 1.bubble_sort(优化版): | |||
| ``` | |||
Member
There was a problem hiding this comment.
使用```添加代码段时,可以在```后面加上对应的语言标识,比如```java,这样代码段会有高亮,方便阅读
| 2.在分析希尔排序的时间复杂度时,第一次分析时分析错误。再次认真分析后才分析对。 | ||
| 3.堆排序类似于插入排序与归并排序结合,拥有两者的优点。 | ||
| 4.计数排序与桶排序有些相似,但计数排序应用数据较密集时,而桶排序应该是应用于数据较分散时。 | ||
| 5.不是特别能理解基数排序的原理。 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.