LeetCode icon indicating copy to clipboard operation
LeetCode copied to clipboard

My LeetCode practice source code and notes.

Results 2 LeetCode issues
Sort by recently updated
recently updated
newest added

* [Search · lru_cache](https://github.com/daviddwlee84/LeetCode/search?q=lru_cache) * [caching - Python functools lru_cache with class methods: release object - Stack Overflow](https://stackoverflow.com/questions/33672412/python-functools-lru-cache-with-class-methods-release-object) Original code might pass `self` into lru_cache which might cause hash different...

https://github.com/daviddwlee84/LeetCode/blob/master/README.md#L105