Pixie
Loading...
Searching...
No Matches
implementations.h File Reference

All rooted ordered-tree encodings provided by Pixie. More...

#include <pixie/tree.h>
#include <pixie/tree/bp.h>
#include <pixie/tree/dfuds.h>
#include <pixie/tree/louds.h>

Go to the source code of this file.

Detailed Description

All rooted ordered-tree encodings provided by Pixie.

  • LoudsTree: level-order unary degree sequence.
  • BPTree<RMMTree>: balanced-parentheses encoding.
  • DFUDSTree<RMMTree>: depth-first unary degree sequence.