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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

Installing croogo for cakephp -

c# - Use custom conventions when persisting Rebus sagas in MongoDb -