ABSTRACT

The tool for visualization is Microsoft Visual C++. This popular software has the standard C++ combined with the Microsoft Foundation Classes (MFC) libraries for Windows visualization. This book explains how to create a graph interactively, solve problems in graph theory with minimum number of C++ codes, and provide friendly interfaces that makes learning the topics an interesting one. Each topic in the book comes with working Visual C++ codes which can easily be adapted as solutions to various problems in science and engineering.

chapter 1|10 pages

Graph Theory

chapter 2|48 pages

Visualization with MFC

chapter 3|30 pages

Graph Coloring

chapter 4|44 pages

Computing the Shortest Path

chapter 5|38 pages

Computing the Minimum Spanning Tree

chapter 6|32 pages

Computing the Maximum Clique

chapter 7|30 pages

Triangulation Application

chapter 8|38 pages

Scheduling Application

chapter 9|28 pages

Target Detection Application

chapter 10|32 pages

Network Routing Application