Skip to content

Commit

Permalink
Update 41.First Missing Positive.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugsource authored Jul 28, 2019
1 parent 862ca85 commit 5cc9973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 41.First Missing Positive.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#**题目描述**
#题目描述

#**思路**
1、基本思路是桶排序;如果元素的大小在范围内(1~n),则检查下数组中对应的桶位置的数字是否和此元素相等,不相等则交换,交换完以后必须继续检查原位置的数字是
Expand Down

0 comments on commit 5cc9973

Please sign in to comment.