Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 630093
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:49:06+00:00 2026-05-13T19:49:06+00:00

I am using networkx package of Python.

  • 0

I am using networkx package of Python.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T19:49:06+00:00Added an answer on May 13, 2026 at 7:49 pm
    >>> import networkx as nx
    >>> G=nx.empty_graph()
    >>> G.add_edge(1,2)
    >>> G.add_edge(2,3)
    >>> G.add_edge(4,5)
    >>> nx.path.bidirectional_dijkstra(G,1,2)
    (1, [1, 2])
    >>> nx.path.bidirectional_dijkstra(G,1,3)
    (2, [1, 2, 3])
    >>> nx.path.bidirectional_dijkstra(G,1,4)
    False
    >>> nx.path.bidirectional_dijkstra(G,1,5)
    False
    >>> 
    

    You can also use the result as a boolean value

    >>> if nx.path.bidirectional_dijkstra(G,1,2): print "path exists"
    ... 
    path exists
    >>> if nx.path.bidirectional_dijkstra(G,1,4): print "path exists"
    ... 
    >>> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using networkx (a python graph-drawing package) http://networkx.lanl.gov/index.html for one of my project.
I a using the networkx package of Python. The documentation says we can do
I am using python with networkx package. I need to find the nodes connected
I am using the networkx package. Is there a function in networkx which can
I'm working on a graphical model project with python using NetworkX . NetworkX provides
Overview I am using urlopen from the Python 2.7.1 urllib2 package to do a
I'm using the RestKit iOS package to allow a user to pull info from
I'm using the igraph package in R to do something rather simple: Calculate the
What I want to do, is to schedule a SSIS package, using C#. the
I am using Network Solutions as a hosting provider with a UNIX hosting package.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.