Ongelma => problem

This commit is contained in:
Antti H S Laaksonen 2017-01-15 22:05:50 +02:00
parent aef0b46254
commit 0203944cc2
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ number such that the sum is $x$.
This can be done by performing $n$ binary searches,
and each search takes $O(\log n)$ time.
\index{3SUM-ongelma}
\index{3SUM-problem}
A somewhat more difficult problem is
the \key{3SUM} problem where our task is
to find \emph{three} numbers whose sum is $x$.