OurBigBook About$ Donate
 Sign in Sign up

Breadth-first search

Ciro Santilli (@cirosantilli, 37) ... Area of mathematics Discrete mathematics Graph (discrete mathematics) Type of graph Tree (data structure) Tree traversal
Updated 2025-07-16  1 By others on same topic  0 Discussions Create my own version

 Ancestors (8)

  1. Tree traversal
  2. Tree (data structure)
  3. Type of graph
  4. Graph (discrete mathematics)
  5. Discrete mathematics
  6. Area of mathematics
  7. Mathematics
  8.  Home

 Incoming links (2)

  • Pre-order depth-first search
  • Tree traversal

 Synonyms (1)

  • cirosantilli/breadth-first

 View article source

 Discussion (0)

New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (1)

Breadth-first search by Wikipedia Bot 0
 View more
Breadth-First Search (BFS) is a fundamental graph traversal algorithm used to explore the nodes and edges of a graph or tree data structure. It starts at a specified node (known as the "source" or "starting node") and explores all its neighboring nodes at the present depth prior to moving on to nodes at the next depth level.
 Read the full article
  See all articles in the same topic Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook