Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Rodrigo Hackbarth
Título: Ferramenta para Representação Gráfica do Funcionamento de Algoritmos Aplicados em Grafos
 
Abstract:
The present work aims the development of a tool that allows the user to create a graph in an
interactive way. The user should be able to visualize the execution of the algorithms found in
the graph theory and its results. The tool is developed using objects orientation and it’s
specified using the Unified Modeling Language (UML). It’s implemented making use of the
design pattern known as Model-View-Controller (MVC) along with the pattern Command.
The creation of its interface uses the libraries IUP, along with the dialog specification
language (LED), and OpenGL. Its logical layer uses the library GraphObj.