Ad
  • Custom User Avatar

    Oh, I see. Thank you.

  • Custom User Avatar

    Did anyone check the complexity of this solution?
    It's very short and nice, but is it optimal in terms of CPU/RAM usage?
    As I can see we will get one list traversal for getting a set. Then we will get a traversal per each element in the set. Which i think is suboptimal.
    Thoughts?