TProcura
Biblioteca em C++ para testes paramétricos de algoritmos, e coleção de algoritmos de procura e otimização
Loading...
Searching...
No Matches
CListaNo.h File Reference
Include dependency graph for CListaNo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SIndice
 Estrutura de índice para lista de estados. More...
 
class  CListaNo
 Lista ordenada de nós para algoritmos de procura informada. More...
 

Typedefs

typedef struct SIndice TIndice
 Estrutura de índice para lista de estados.
 

Typedef Documentation

◆ TIndice

typedef struct SIndice TIndice

Estrutura de índice para lista de estados.

Utilizada internamente pela CListaNo para gerir a lista ordenada.