Skip to content

Add breadth first search for graphs #82

Closed
@czgdp1807

Description

@czgdp1807

Description of the problem

As graphs are now added to the master branch we can start adding graph algorithms. For a start we will move ahead with breadth first search(BFS). We look forward to add two versions of the algorithm,

  1. Serial BFS: Standard BFS using FIFO queue. Open for anyone as it is pretty easy.
  2. Parallel BFS: Much harder as there are various papers presenting different versions of implementation. We plan to use the following papers,
    i. http://supertech.csail.mit.edu/papers/pbfs.pdf (not used in the implementation)
    ii. https://people.eecs.berkeley.edu/~aydin/sc11_bfs.pdf (not used in the implementation)

Example of the problem

References/Other comments

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions