Skip to content

Commit f381eac

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4924445 commit f381eac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sorts/count_inversion.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
- Useful in computer vision, bioinformatics, and comparison of lists.
1717
- Core concept in Kendall tau distance and other similarity metrics.
1818
"""
19+
20+
1921
def count_inversions(arr):
2022
def merge_sort(arr):
2123
if len(arr) <= 1:

0 commit comments

Comments
 (0)