Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

Joeyabuki

@Joeyabuki
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Paige-Tarjan algorithm in C
    J Joeyabuki

    GitHub - fandreuz/BisPy: BisPy - Python bisimulation library[^]

    C / C++ / MFC algorithms data-structures collaboration tutorial

  • Paige-Tarjan algorithm in C
    J Joeyabuki

    https://github.com/fandreuz/BisPy

    C / C++ / MFC algorithms data-structures collaboration tutorial

  • Paige-Tarjan algorithm in C
    J Joeyabuki

    Hi guys, I'm trying to understand the mechanism behind the Paige-Tarjan algorithm. I searched a lot on the internet but I found only papers with analytical explanations, but I would lite to understand pratically how it works, with an example, an exercise or something else. I already downloaded the bispy repository on git but I don't understand how it works pratically, which are the steps that lead me to say that this is the result for an easy example, with this graph:

    0 -> 1,2
    1 -> 3,4
    2 -> 5,6
    3,4,5,6 -> null

    I can't understand which are the steps that results in:

    [(1, 2), (3, 4, 5, 6), (0,)]

    I hope someone can explain me this. Thank you all.

    C / C++ / MFC algorithms data-structures collaboration tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups