<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: BFS in AI Code</title><link>http://www.bing.com:80/search?q=BFS+in+AI+Code</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>BFS in AI Code</title><link>http://www.bing.com:80/search?q=BFS+in+AI+Code</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Builders FirstSource | Building Supplies &amp; Materials</title><link>https://www.bldr.com/</link><description>Welcome to Builders FirstSource, the nation’s largest supplier of building products, components and services. Find a store near you or request a quote online!</description><pubDate>Thu, 26 Mar 2026 19:59:00 GMT</pubDate></item><item><title>Breadth First Search or BFS for a Graph - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/dsa/breadth-first-search-or-bfs-for-a-graph/</link><description>Breadth First Search (BFS) is a graph traversal algorithm that starts from a source node and explores the graph level by level. First, it visits all nodes directly adjacent to the source.</description><pubDate>Fri, 17 Apr 2026 14:18:00 GMT</pubDate></item><item><title>Breadth-first search - Wikipedia</title><link>https://en.wikipedia.org/wiki/Breadth-first_search</link><description>Breadth-first search (BFS) is an algorithm for searching a tree data structure for a node that satisfies a given property. It starts at the tree root and explores all nodes at the present depth prior to moving on to the nodes at the next depth level.</description><pubDate>Thu, 26 Mar 2026 15:05:00 GMT</pubDate></item><item><title>Breadth First Search (BFS) Algorithm - Online Tutorials Library</title><link>https://www.tutorialspoint.com/data_structures_algorithms/breadth_first_traversal.htm</link><description>Breadth First Search (BFS) algorithm traverses a graph in a breadthward motion to search a graph data structure for a node that meets a set of criteria. It uses a queue to remember the next vertex to start a search, when a dead end occurs in any iteration.</description><pubDate>Fri, 17 Apr 2026 15:08:00 GMT</pubDate></item><item><title>Breadth First Search Tutorials &amp; Notes - HackerEarth</title><link>https://www.hackerearth.com/practice/algorithms/graphs/breadth-first-search/tutorial/</link><description>BFS is a traversing algorithm where you should start traversing from a selected node (source or starting node) and traverse the graph layerwise thus exploring the neighbour nodes (nodes which are directly connected to source node). You must then move towards the next-level neighbour nodes.</description><pubDate>Thu, 16 Apr 2026 19:55:00 GMT</pubDate></item><item><title>Breadth-First Search (BFS) | Brilliant Math &amp; Science Wiki</title><link>https://brilliant.org/wiki/breadth-first-search-bfs/</link><description>Breadth-first search (BFS) is an important graph search algorithm that is used to solve many problems including finding the shortest path in a graph and solving puzzle games (such as Rubik's Cubes).</description><pubDate>Fri, 17 Apr 2026 12:09:00 GMT</pubDate></item><item><title>Breadth-First Search Visualizer | Graph Traversal | BFS</title><link>https://see-algorithms.com/graph/BFS</link><description>Breadth-First Search (BFS) explores a graph much like finding connections in a social network. Starting from a source node, it first visits all of its direct friends (neighbors), then all of their friends, and so on, level by level.</description><pubDate>Fri, 17 Apr 2026 11:19:00 GMT</pubDate></item><item><title>BFS Graph Algorithm (With code in C, C++, Java and Python)</title><link>https://www.programiz.com/dsa/graph-bfs</link><description>Breadth first traversal or Breadth first Search is a recursive algorithm for searching all the vertices of a graph or tree data structure. In this tutorial, you will understand the working of bfs algorithm with codes in C, C++, Java, and Python.</description><pubDate>Thu, 16 Apr 2026 22:33:00 GMT</pubDate></item><item><title>Breadth First Search - BFS Algorithm with Practical Examples</title><link>https://devsenv.com/tutorials/bfs</link><description>Breadth First Search (BFS) is a fundamental traversing algorithm in graph theory. It begins at a specific node and explores all neighboring nodes at the current level before moving on to nodes at the next level. Numerous graph algorithms heavily rely on BFS.</description><pubDate>Wed, 15 Apr 2026 17:55:00 GMT</pubDate></item><item><title>Breadth-First Search (BFS) – Iterative and Recursive Implementation</title><link>https://www.techiedelight.com/breadth-first-search/</link><description>Breadth–first search (BFS) is an algorithm for traversing or searching tree or graph data structures. It starts at the tree root (or some arbitrary node of a graph, sometimes referred to as a ‘search key’) and explores the neighbor nodes first before moving to the next-level neighbors.</description><pubDate>Sat, 18 Apr 2026 15:57:00 GMT</pubDate></item></channel></rss>