#include #include using namespace std; #include "ArbolAVL.h" int main () { ArbolAVL avl(5); avl.mostrarOrdenados(); cout << endl; }