Skip to content

Add depth first search for graphs #111

Closed
@czgdp1807

Description

@czgdp1807

Description of the problem

Serial and Parallel version of depth first search are required to be added for graphs.

Example of the problem

References/Other comments

.. [1] https://en.wikipedia.org/wiki/Depth-first_search
.. [2] https://research.nvidia.com/sites/default/files/publications/nvr-2017-001.pdf

It looks like its too costly to implement parallel DFS as the algorithm is inherently sequential.

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