This commit is contained in:
surister 2019-11-28 11:03:38 +01:00
parent 9ffbda01d2
commit 4135b09412

View File

@ -2261,7 +2261,7 @@ x, y = y, x
</b>
There are many ways of solving this problem:
# Note: :list and -> bool are just python typings, they are not needed for the correct execution of the algorithm.
<code># Note: :list and -> bool are just python typings, they are not needed for the correct execution of the algorithm. </code>
Taking advantage of sets and len: