Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add FloydWarshall Algorithm (All pairs shortest path) #71

Closed
wants to merge 5 commits into from

Commits on Aug 30, 2013

  1. First tests of a FloydWarshall Algorithm.

    juansrx authored and =Juan committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    c6f36ed View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2013

  1. Refactored FloydWarshall to return a Result Interface, also it will t…

    …hrow an Exception in case of negative cycles (or loops), the Tests were also rewritten to be more specific.
    juansrx authored and =Juan committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    4c1a73e View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    juansrx committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    0e31567 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2013

  1. Some minor fixes on the Floyd Warshall test, the Floyd Warshall algor…

    …ithm classes moved to new namespace, and Result class had the createGraph and getVertices methods rewritten.
    juansrx authored and =Juan committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    c87f87a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    =Juan committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    2c0d62d View commit details
    Browse the repository at this point in the history