LeetCode075——顏色分類

我的LeetCode代碼倉:https://github.com/617076674/LeetCode 原題鏈接:https://leetcode-cn.com/problems/sort-colors/description/ 題目描述: 知識點:三路快排 思路一:兩趟掃描 第一趟掃描記錄0、1和2的數量,第2趟掃描重寫當前數組。 時間複雜度是O(n),其中n爲nums數組的長度。空間複雜度是O
相關文章
相關標籤/搜索