modified-preorder-tree-t Questions

3

Solved

I don't have a background in CS or data structures. I want to make a PHP class that stores a modified preorder transversal tree, for manipulation and syncing with a database. Basically I need to ...
Westernmost asked 5/8, 2010 at 19:59

2

Solved

I have this table: CREATE TABLE `categories` ( `id` int(11) NOT NULL auto_increment, `category_id` int(11) default NULL, `root_id` int(11) default NULL, `name` varchar(100) collate utf8_unicod...
Rhomb asked 3/9, 2010 at 18:29

2

Solved

What are 'best-practices' for saving Composite patterns in a Relational Database? We have been using Modified Preorder Tree Traversal. This is very quick to build the whole tree, but very slow to ...
Trapshooting asked 29/3, 2009 at 16:42
1

© 2022 - 2024 — McMap. All rights reserved.