Windows has a nice command line program capable of printing out a tree of the the folders, sub-folders, and possibly the files of a directory. The tool below mimics a behavioral subset of TREE, Microsoft's inspiring utility. This version is designed to output a similar tree and should be compatible on Windows, Linux, and Macintosh. In case it is not used correctly, a simple usage message will be printed (without notes on the optional...
A methode to traverse a tree (or the rest of a tree starting from a node with unkown position) depth-first without recursion and without mandatorily keeping track of the position of the current node; requires each node to have reference acess to...
Kruskal's algorithm is used to find the branches of a ''tree'' having the minimum weight in a system of branches. The application of this algorithm is wide. One example is in finding the shortest (and cheapest) path of interconnecting several...
Would you like a tree hierarchy for your site? Now you can write yours, organizing your site and your favourite links, almost painlessly with this tool. The orginal Folder Tree was written using JavaScript & DHTML from Marcelino Martins. The...
Easy to use chain of dictionaries for crafting nested scopes or for a tree of scopes. Useful for analyzing AST nodes, XML nodes or other structures with multiple scopes. Can emulate various chaining styles including static/lexical scoping,...
This is an easy way to construct a tree by given leaf nodes.
Get a tree view of all your pages directly in the admin menu. All pages is available just one click away!
installation :
1. Upload the folder "cms-tree-page-view" to "/wp-content/plugins/"
There are few programs that do not use a tree data structure. The C++ standard library, however, does not provide a low-level tree-container. The goal of our project is to write, document and test a generic tree-library and popular tree algorithms.
A Win32 application (can be run as an HTML-Kit plugin) which can display HTML and XML documents in a tree layout.
Tree Editor for Java is an Eclipse plug-in that allow user to view and modify Java source code as a tree. It was created on the basis of Abstract Syntax Tree (AST), however to make it more intuitive it is wrapped up. |