Imagine I asked you to calculate 23 times 47. And let's imagine you don't have a calculator or your phone on you, so you have to do it the hard way using just a pencil and paper. Your working might look something like this: 23 * 47 = 20 * 47 + 3 * 4...
blog.rupertmckay.com6 min read
Great Article! Loved the 4 points for what should not be memoized
Just curious - JS Map orders the keys in manner of insertion. Does it actually give a O(1) lookup or O(logn)?
Raghav Singh Gulia
I code.
Awesome π€―