Development of Tree structures.
Trees can be used to represent relationships between different things, and is incredibly useful for modelling relationships in real life. However, using them in cpp requires recursion, which is quite difficult.
Log in to leave a comment