Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Static Public Member Functions
tree::properties::ExactSubtreeRepeats Class Reference

#include <ExactSubtreeRepeats.h>

Static Public Member Functions

template<class SymbolType >
static tree::PostfixRankedTree< unsigned > repeats (const tree::PostfixRankedTree< SymbolType > &tree)
 

Detailed Description

Dynamic computation of subtree repeats

Member Function Documentation

◆ repeats()

template<class SymbolType >
tree::PostfixRankedTree< unsigned > tree::properties::ExactSubtreeRepeats::repeats ( const tree::PostfixRankedTree< SymbolType > &  tree)
static

Compute a same shaped tree with nodes containing unique subtree ids.

Returns
Tree of repeats

The documentation for this class was generated from the following files: