Git Product home page Git Product logo

breadth-first-search-graphviz-c's Introduction

Shortest Path via Breadth First Search

This C++ program reads an input file detailing vertices and edges in a graph and outputs a neatly organized .dot file illustrating the shortest path from the origin to all other nodes.

Key Features

  • Descriptive tooltips on vertices and edges
  • Uniform radial graph Layout
  • Coloring to reflect distance from origin
  • Hyperlink via Subgraph

Input File Formatting

Your input.txt file should be formatting as follows:

  1. Line 1: No. of Vertices (Integer)
  2. Line 2: No. of Edges (Integer)
  3. Vertices: One line for each Vertex Name (String)
  4. Edges: One line for each edge, consisting of a vertex followed by a space, and then the second vertex

Compiling the Output File

This program utilizes the circo layout for GraphViz dot files. Because of this, the output file will must be run from a web compiler that supports additional GraphViz layouts. I recommend using GraphViz Online.

Built With

Author

Acknowledgments

This program was assigned for CS14: Data Structures and Algorithms at UCR, instructed by Professor Rusich with teaching assistance from Quazi Mishkatul Alam. All code in this repository is composed of my original work and the files provided by the instructor for the assignment.

Copyright © 2020 ShawnLong636

breadth-first-search-graphviz-c's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.