Click here to Skip to main content
15,868,141 members
Everything / Trees

Trees

trees

Great Reads

by Dirk Bahle
A list of advanced tips & tricks on Virtualized WPF TreeViews
by Dirk Bahle, Alaa Ben Fatma
Tips & tricks on visting and searching nodes in WPF TreeViews
by Vyacheslav Voronenko
Three approaches to store tree like structures with NoSQL databases in MongoDB
by BrainlessLabs.com
This tip describes a n ary tree structure.

Latest Articles

by IAmJoshChang
How to traverse a postorder binary tree
by Vlad Neculai Vizitiu
Mocking/stubbing lambda expressions to have a bit more control over our unit tests
by Akshay Srinivasan2
This article describes a technique to quickly retrieve and present hierarchical information from a flat relational database table with only one table scan.
by chuck in st paul
This is a utility program for bulk/batch renaming of files that demonstrates using and creating events

All Articles

Sort by Score

Trees 

22 Sep 2017 by Dirk Bahle
A list of advanced tips & tricks on Virtualized WPF TreeViews
8 Dec 2017 by Dirk Bahle, Alaa Ben Fatma
Tips & tricks on visting and searching nodes in WPF TreeViews
16 Jan 2013 by Vyacheslav Voronenko
Three approaches to store tree like structures with NoSQL databases in MongoDB
24 Feb 2019 by chuck in st paul
This is a utility program for bulk/batch renaming of files that demonstrates using and creating events
15 Dec 2018 by wprintf
How to encode binary trees for algorithms such as RandomForest
4 Dec 2012 by sadomovalex
Shows how using reverse engineering feature developers may add new conditions into string CAML queries using lambda expressions.
9 Nov 2013 by Jakob Lithner
Extension to the TreeView control making it very fast to load items
20 May 2016 by Qwertie
The A-list is an all-purpose list, a data structure that can support most standard list operation in O(log n) time and does lots of other stuff, too
16 Sep 2017 by Dirk Bahle
A list of advanced tips & tricks on WPF TreeViews
25 Jan 2016 by GravityPhazer
This article demonstrates how you can simply enumerate any generic tree depth-first as well as breadth-first using the described construct. Trees can be serialized binary (using the BinaryFormatter), custom binary and as XML.
6 Jan 2011 by Nick Polyak
This article describes how to substitute a parameter within an Expression tree by another expression, similar to how one can substitute an argument within a mathematical function by a different function
18 Aug 2012 by Dan Randolph
C# interop using platform invoke and C++ vectors to implement fast searching and selection on index keys
10 Dec 2013 by Petr Ivankov
Multidisciplinary paradigm of software development
27 Apr 2015 by Jörgen Andersson
A high performance extension for creating a DataTable from a Generic collection.
11 May 2011 by gaps96
Draws sets of tree nodes in a vertical way. Allows to Export an Image to SVG.
11 Feb 2014 by Uzi Granot
This project will give you the tools needed to compress and decompress files using the Deflate method of compression, and to read and write standard Zip files.
16 Jan 2013 by madflame
This article presents a fully functional proof of concept of the translation phases that transform your code from a flat string of characters to an abstract syntax tree.
22 Dec 2017 by Dirk Bahle
Tips & Tricks on loading and saving WPF Tree View based content.
4 May 2015 by Tomasz_Wisniewski
A treap implementation in C
2 Apr 2012 by Eugene Sadovoi
Various approaches to implementation of property initialization with DefaultValue attributes
16 Jun 2016 by _eol_
This article presents the minimal code necessary to display a hierarchical tree using Popups.
3 Jan 2011 by Ziad Elmalki
Finds the least common ancestor in a tree
31 Oct 2012 by ohmusama
Tree representation for a 2D space allowing for infinite expansion
6 Jan 2013 by Vyacheslav Voronenko
Three approaches to store tree like structures with NoSQL databases
6 Sep 2012 by alc_aardvark
Simple Generic Tree in c#
24 Sep 2015 by Milan Matějka
Representing Lambda Expressions as delegates and expression trees.
14 Nov 2010 by infinateone
A file manager app with Clipboard interaction and drag and drop support.
19 Nov 2013 by sadomovalex
Describes support for IN CAML operation in Camlex open source library for Sharepoint developers
21 May 2020 by Akshay Srinivasan2
This article describes a technique to quickly retrieve and present hierarchical information from a flat relational database table with only one table scan.