mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
6352fec07e
commit
9d77d9f917
@ -1,7 +1,9 @@
|
||||
from typing import List, Tuple, Union
|
||||
|
||||
|
||||
def split_list(timings: list[int | float | str]) -> tuple[list[int | float], list[int | float], int | float]:
|
||||
def split_list(
|
||||
timings: list[int | float | str],
|
||||
) -> tuple[list[int | float], list[int | float], int | float]:
|
||||
"""
|
||||
|
||||
This algorithm is a brute-force search over (nearly) all 2^n
|
||||
|
Loading…
x
Reference in New Issue
Block a user