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 -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -