How to speed up your code(By this little trick)
Hi All,
Today I want to share a small tip about how to speed up our function by memoization. Memoization is basically saving your function result with the provided arguments. If you call again your function with the same arguments, the result will b...
chety.hashnode.dev2 min read