Autopysta
Loading...
Searching...
No Matches
Nodo Struct Reference

Struct representing a node in the dictionary. More...

#include <diccionario.h>

Public Attributes

const char * nombre
 Key associated with the node.
 
double valor
 Value associated with the node's key.
 

Detailed Description

Struct representing a node in the dictionary.

Each node contains a key (nombre) and its corresponding value (valor).


The documentation for this struct was generated from the following file: