Jump to content

Hierarchical visitor pattern: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m {{comp-sci-stub}}
See the talk page
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
#REDIRECT [[Visitor pattern]]
In [[software engineering]], the '''hierarchical visitor pattern''' is one of [[design pattern (computer science)|design patterns]] that intend to provide a way to visit every node in the hierarchical [[data structure]] such as a [[tree data structure|tree]].

==External links==
* [http://c2.com/cgi/wiki?HierarchicalVisitorPattern c2 wiki: Hierarchical visitor pattern]


{{comp-sci-stub}}

[[Category:Software design patterns]]

Latest revision as of 21:12, 30 June 2015

Redirect to: