Skip to content

Commit

Permalink
更新代码
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzhonglian committed May 11, 2020
1 parent 45c9e3b commit 3e8b4e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/py3.x/DataStructure/QuickSort.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/python
# coding:utf8


def quick_sort(nums, start, end):
i = start
j = end
Expand Down

0 comments on commit 3e8b4e8

Please sign in to comment.