stevenhalim / cpbook-code

CP4 Free Source Code Project (C++17, Java11, Python3 and OCaml)
2k stars 491 forks source link

Introduce `@lru_cache` to UVa10130.py #52

Closed plty closed 4 years ago

plty commented 4 years ago

Screenshot 2020-02-10 at 1 32 27 AM

It's faster than the previous implementation, cleaner code overall.

stevenhalim commented 4 years ago

thanks for your contribution :)