Closed jainaman224 closed 7 years ago
Used set() instead of list() to store unique elements so the hashing will decrease access time. Hence, it will improve efficiency.
Thanks!
66
Used set() instead of list() to store unique elements so the hashing will decrease access time. Hence, it will improve efficiency.