Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: YaccConstructor/QuickGraph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: YaccConstructor/QuickGraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: GraphTasks
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 26 files changed
  • 3 contributors

Commits on Sep 3, 2016

  1. shortest path algs add

    AlisaMet committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    6946d0b View commit details
    Browse the repository at this point in the history
  2. Revert "shortest path algs add"

    This reverts commit 6946d0b.
    AlisaMet committed Sep 3, 2016
    1 Configuration menu
    Copy the full SHA
    3a47468 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2016

  1. short path algs plugins

    AlisaMet committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    61e0a55 View commit details
    Browse the repository at this point in the history
  2. vis problems

    AlisaMet committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    a48582e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2016

  1. Merge pull request #154 from YaccConstructor/qg-plugins

    Shortest Path Algorithms visualization
    gsvgit authored Sep 5, 2016
    Configuration menu
    Copy the full SHA
    86b1e4b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2016

  1. Algorithm realization

    Add algorithm without connection to QuickGraph's classes
    borovikovnik committed Sep 25, 2016
    Configuration menu
    Copy the full SHA
    38e4db2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Tests added

    Add tests and remove recursion.
    borovikovnik committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    e485852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ec8fd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Fix defects

    Change .Any to .Count
    fix void return of function
    adapt tests for fix
    fix bug with recalculation of cliques
    borovikovnik committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    56e9e0e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Redesign solution

    borovikovnik committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    24cc972 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #158 from borovikovnik/GraphTasks

    Graph tasks
    gsvgit authored Sep 29, 2016
    Configuration menu
    Copy the full SHA
    2d5f2f0 View commit details
    Browse the repository at this point in the history
Loading