From bc9bdce3c86db23a215aca128e36491c67f9ba25 Mon Sep 17 00:00:00 2001 From: krahets Date: Thu, 21 Mar 2024 04:28:23 +0800 Subject: [PATCH] build --- docs/chapter_sorting/quick_sort.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/chapter_sorting/quick_sort.md b/docs/chapter_sorting/quick_sort.md index 7f2ce2231..47f40d230 100755 --- a/docs/chapter_sorting/quick_sort.md +++ b/docs/chapter_sorting/quick_sort.md @@ -168,8 +168,6 @@ comments: true === "Swift" ```swift title="quick_sort.swift" - [class]{}-[func]{swap} - /* 哨兵划分 */ func partition(nums: inout [Int], left: Int, right: Int) -> Int { // 以 nums[left] 为基准数