toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.problems
/
findAnyPairProducesSumLinear
find
Any
Pair
Produces
Sum
Linear
fun
findAnyPairProducesSumLinear
(
t
:
List
<
Int
>
,
sum
:
Int
)
:
Pair
<
Int
,
Int
>
O(n) at worst