mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
Fix some typos (#6113)
* Fix some typos. * Update volume.py Co-authored-by: John Law <johnlaw.po@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ algorithm which runs in nlogn and the brute-force n^2 algorithm.
|
||||
|
||||
def count_inversions_bf(arr):
|
||||
"""
|
||||
Counts the number of inversions using a a naive brute-force algorithm
|
||||
Counts the number of inversions using a naive brute-force algorithm
|
||||
Parameters
|
||||
----------
|
||||
arr: arr: array-like, the list containing the items for which the number
|
||||
|
||||
Reference in New Issue
Block a user