Merge pull request #60 from halfrost/code_quality_improvement

optimization code quality level from A to A+
This commit is contained in:
halfrost
2020-08-27 01:07:57 +08:00
committed by YDZ
543 changed files with 2449 additions and 2396 deletions

View File

@@ -50,4 +50,4 @@ func partitionSort(a []Interval, lo, hi int) int {
}
a[i+1], a[hi] = a[hi], a[i+1]
return i + 1
}
}