Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Update connected_components.jl #188

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update connected_components.jl #188

wants to merge 3 commits into from

Commits on Jun 29, 2015

  1. Update connected_components.jl

    This fixes the bug in #187. It seems appropriate to check for `w_color > 0` instead of `==1` since it shouldn't matter here that the vertex hasn't been explored. We're doing a dfs for each vertex whose colormap !=0 in any case.
    sbromberger committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    a8c779f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d99178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b8fe13 View commit details
    Browse the repository at this point in the history