Recursive decomposition
Six recursion-friendly data structures. Plus an introduction to key-value storages.
Hi Friends,
Welcome to the 22th issue of the Polymathic Engineer newsletter.
Today we will talk about:
Recursive friendly data structures
Key-value data storages
Coding challenge
Interesting tweets
Recursive decomposition
Recursion is not inefficient, but it is often misused. For example, recursion is great when a problem or data structure is inherently recursi…