I hereby claim:
- I am cptspookz on github.
- I am cptspooks (https://keybase.io/cptspooks) on keybase.
- I have a public key ASBzTsjFw4GeJ3H1OAezQArNrSuL2oMinXzs4AETY-yVDwo
To claim this, I am signing this object:
| % Predicados | |
| problema(preparador_fisico) :- ruim(preparo_fisico). | |
| problema(equipe_tecnica) :- constantes(atritos), ruim(situacao_psicologica). | |
| problema(time) :- bom(preparo_fisico), ruim(situacao_de_gols). | |
| constantes(atritos) :- jogador(X), discute_tecnico(X). | |
| ruim(situacao_psicologica) :- jogador(X), suspenso(X). | |
| ruim(situacao_de_gols) :- gols_sofridos(X), gols_feitos(Y), X > Y. | |
| suspenso(X) :- cartao_vermelho(X). | |
| % Base de Conhecimento |
I hereby claim:
To claim this, I am signing this object:
| /* My personal project of a library that includes different types of template container structures. | |
| * | |
| * A work in progress with the objective of implementing the most useful data structures in C++ for later reuse in real projects and also studying data structures themselves. | |
| * | |
| * Implemented and tested structures until latest revision: | |
| * Node | |
| * Stack | |
| * Queue | |
| * List | |
| * KeyNode |