1 #ifndef ISELECTION_STRATEGY_H 2 #define ISELECTION_STRATEGY_H interface for all selection strategies. A selection strategy selects one child of a parent node accor...
basic interface for a node in the tree. Every node has to implement this functions.
virtual node_t * select(node_t *node)=0
select a child of node