LeetCode icon indicating copy to clipboard operation
LeetCode copied to clipboard

Potential bug of using lru_cache on class methods

Open daviddwlee84 opened this issue 4 years ago • 0 comments

Original code might pass self into lru_cache which might cause hash different even with "same input".

daviddwlee84 avatar Apr 10 '21 09:04 daviddwlee84