<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Path in Directed Graph</title><link>http://www.bing.com:80/search?q=Path+in+Directed+Graph</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Path in Directed Graph</title><link>http://www.bing.com:80/search?q=Path+in+Directed+Graph</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>What is Directed Graph? - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/dsa/what-is-directed-graph-directed-graph-meaning/</link><description>Applications of Directed Graph Directed graphs have many applications across a wide range of fields. Here are some examples: Social networks: Social networks are often modeled as directed graphs, where each person is a vertex and relationships such as friendships or following are represented as edges.</description><pubDate>Thu, 02 Apr 2026 14:50:00 GMT</pubDate></item><item><title>Shortest path in Directed Acyclic Graph - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/problems/shortest-path-in-undirected-graph/1</link><description>Given a Directed Acyclic Graph of V vertices from 0 to n-1 and a 2D Integer array(or vector) edges[ ][ ] of length E, where there is a directed edge from edge[i][0] to edge[i][1] with a distance of edge[i][2] for all i. Find the shortest path from sr</description><pubDate>Wed, 01 Apr 2026 17:07:00 GMT</pubDate></item><item><title>Walks, Trails, Paths, Cycles and Circuits in Graph</title><link>https://www.geeksforgeeks.org/engineering-mathematics/walks-trails-paths-cycles-and-circuits-in-graph/</link><description>Identify a cycle in the graph. Find the shortest path from A to E. List all possible paths from E to F. Find a trail from C to F. Find the longest simple path in the graph. Count the number of distinct cycles in the graph. Find a path from A to F that consists of exactly 3 edges. Related Articles: Euler and Hamiltonian Paths | Engineering ...</description><pubDate>Sun, 29 Mar 2026 22:18:00 GMT</pubDate></item><item><title>Find if Path Exists in Graph - LeetCode</title><link>https://leetcode.com/problems/find-if-path-exists-in-graph/</link><description>Can you solve this real interview question? Find if Path Exists in Graph - There is a bi-directional graph with n vertices, where each vertex is labeled from 0 to n - 1 (inclusive). The edges in the graph are represented as a 2D integer array edges, where each edges[i] = [ui, vi] denotes a bi-directional edge between vertex ui and vertex vi. Every vertex pair is connected by at most one edge ...</description><pubDate>Fri, 03 Apr 2026 17:26:00 GMT</pubDate></item><item><title>Introduction to Graph Data Structure - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/dsa/introduction-to-graphs-data-structure-and-algorithm-tutorials/</link><description>A graph is a non-linear data structure made up of vertices (nodes) and edges (connections) that represent relationships between objects. Unlike arrays or linked lists, graphs do not follow a sequential order.</description><pubDate>Thu, 02 Apr 2026 10:25:00 GMT</pubDate></item><item><title>DSA Dijkstra's Algorithm - W3Schools</title><link>https://www.w3schools.com/dsa/dsa_algo_graphs_dijkstra.php</link><description>Dijkstra's algorithm is often considered to be the most straightforward algorithm for solving the shortest path problem. Dijkstra's algorithm is used for solving single-source shortest path problems for directed or undirected paths. Single-source means that one vertex is chosen to be the start, and the algorithm will find the shortest path from that vertex to all other vertices. Dijkstra's ...</description><pubDate>Fri, 03 Apr 2026 16:14:00 GMT</pubDate></item><item><title>Dynamic Programming (DP) and Directed Acyclic Graphs (DAG)</title><link>https://www.geeksforgeeks.org/competitive-programming/dynamic-programming-dp-and-directed-acyclic-graphs-dag/</link><description>At the end check for the maximum value in dp [] array, which will be the longest path in the DAG. DP on Directed Graphs What happens when the graph is not Directed Acyclic Graphs (DAG)? If the graph contains a cycle, then some states would lead back to themselves after a series of transitions. This would lead to infinite calculations.</description><pubDate>Wed, 01 Apr 2026 19:30:00 GMT</pubDate></item><item><title>Single Source Shortest Path in a Directed Acyclic Graphs</title><link>https://www.tpointtech.com/single-source-shortest-path-in-a-directed-acyclic-graphs</link><description>An Introduction In graph theory, the Single Source Shortest Path (SSSP) hassle entails locating the shortest paths from an unmarried supply vertex to all different vertices in a graph. When handling Directed Acyclic Graphs (DAGs), the hassle will become extra tractable, because the absence of cycles simplifies the solution.</description><pubDate>Fri, 03 Apr 2026 11:21:00 GMT</pubDate></item><item><title>allpaths - Find all paths between two graph nodes - MATLAB</title><link>https://www.mathworks.com/help/matlab/ref/graph.allpaths.html</link><description>This MATLAB function returns all paths in graph G that start at source node s and end at target node t.</description><pubDate>Thu, 02 Apr 2026 07:12:00 GMT</pubDate></item><item><title>An effective initialization method for genetic algorithm-based robot ...</title><link>https://www.sciencedirect.com/science/article/pii/S0020025515007847</link><description>initialization method that specializes in GARPP problems. The proposed method creates a directed acyclic graph (DAG) by exploring a grid-based map encoded from a given environment, and then generates multiple paths for the initial GA path set from the obtained DAG.</description><pubDate>Fri, 27 Feb 2026 08:28:00 GMT</pubDate></item></channel></rss>