Skip to content

Opening book details…

About this document

Parallel BFS and DFS in C++ by Dhanashri Salunkhe is a document available to read on EtoBox.

The document contains C++ code to perform parallel breadth-first search (BFS) and depth-first search (DFS) on a graph using OpenMP. It defines functions for parallel BFS and DFS that take a start node, uses queues and visited arrays, and outputs the visited nodes.

Author
Dhanashri Salunkhe
Language
EN