Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
btreepic_avl.H File Reference

AVL tree visualization utilities. More...

#include <tpl_avl.H>
Include dependency graph for btreepic_avl.H:

Go to the source code of this file.

Classes

struct  Preorder_Nodes< Node >
 
struct  Inorder_Nodes< Node >
 
struct  Inorder_Keys< Node, Key >
 
struct  Inorder_Diff< Node >
 

Functions

template<class Node , class Key_To_Text >
void avl_to_btreepic (Node *root, ofstream &output)
 

Detailed Description

AVL tree visualization utilities.

Provides preorder traversal and utilities for generating visual representations of AVL trees.

Author
Leandro Rabindranath León

Definition in file btreepic_avl.H.

Function Documentation

◆ avl_to_btreepic()

template<class Node , class Key_To_Text >
void avl_to_btreepic ( Node root,
ofstream &  output 
)

Definition at line 138 of file btreepic_avl.H.

References inorder(), Aleph::maps(), output, preorder(), and root().