Click here to Skip to main content
15,885,194 members
Articles / Web Development / ASP.NET

FindControl: Recursive DFS, BFS, and Leaf to Root Search with Pruning

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
24 Oct 2011CPOL4 min read 23.8K   7  
Recursive DFS, BFS, and Leaf to Root search with pruning

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Avaya Inc.
Ireland Ireland
Formerly a C++ client developer, nowadays I'm all about C# and ASP.NET. Over the years I have mastered some and played with many aspects of .NET.

Follow my blog as I catalogue the more arcane problems I encounter and their solutions at CodingLifestyle.com

Comments and Discussions