Skip to content
  • Ehh... Aby iterator stał się koszerny (działał też na stringach), trzeba if pool[indices[i]] > pool[indices[i-1]]+1: zmienić na if pool[indices[i]] > pool[indices[i-1]+1]:. ;]

  • *posortowanych stringach.

    Niestety, iterator działa tylko na posortowanych iterablach...

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment