Iterables and Iterators

  • + 0 comments

    You create the combinations 2 times instead of just one time which would be double the work instead of saving the combinations in a variable. just fyi