Closed
Description
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.