79569229

Date: 2025-04-11 15:40:26
Score: 3.5
Natty:
Report link

You can optimize futhur by using hash set instead of list. Contains in hash set is faster than list.

https://www.jetbrains.com/help/inspectopedia/SlowListContainsAll.html

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: rakshit gupta