design patterns - Data structure to represent menu/taxonomy -
Is there a specific formal data structure that should be used when creating a navigation similar to a website?
Or, are there any specific design patterns that are most suitable for creating such structures? For data structure you can use some variation of a graph (guided / unrestricted) and as such
As far as Design pattern, you need to describe the general behavior of the application to get better answers, but for fun, I will throw singleton for you.
Comments
Post a Comment