Floyd-Warshall Algorithem in Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave

    Floyd-Warshall Algorithem in Python

    Hello,

    I'm looking for a Floyd-Warshall Python implementation. The only
    implementation I have seen (searching this newsgroup) used a Python
    library called "Numeric". This implementation doesn't work anymore.
    I was wondering whether anyone knew of any FW implementations
    elsewhere, or knew how I could convert the old example to Python code
    that would run on Python 2.2?

    Thanks,
    Dave.
  • Cameron Laird

    #2
    Re: Floyd-Warshall Algorithem in Python

    In article <c0b257f5.03072 62000.11178c98@ posting.google. com>,
    Dave <firehawk@yifan .net> wrote:[color=blue]
    >Hello,
    >
    >I'm looking for a Floyd-Warshall Python implementation. The only
    >implementati on I have seen (searching this newsgroup) used a Python
    >library called "Numeric". This implementation doesn't work anymore.
    >I was wondering whether anyone knew of any FW implementations
    >elsewhere, or knew how I could convert the old example to Python code
    >that would run on Python 2.2?[/color]

    Comment

    Working...