Ejemplo n.º 1
0
        public void buildGraph()
        {
            string graphInput = "AB5,BC4,CD8,DC8,DE6,AD5,CE2,Eb3,Ae7";

            _directedGraph.CreateGrapgh(graphInput);
        }