This commit is contained in:
2025-12-01 23:41:00 +01:00
parent 1c1e22b1df
commit 9bc260a750
14 changed files with 254 additions and 38 deletions

View File

@@ -2,6 +2,7 @@
#include "fecha.hpp"
#include "cuac.hpp"
#include "tablahash.hpp"
#include "arbol.hpp"
#include <string>
#include <iostream>
using namespace std;
@@ -15,6 +16,8 @@ class DiccionarioCuacs {
~DiccionarioCuacs();
void insertar(Cuac nuevo);
void follow(string nombre);
void last(int n);
void date(Fecha f1, Fecha f2);
int elem();
};