evowilliamson / python-viz-algos

Composite repository containing algorithms, data structures, references, utilities and (sample) projects which are related to Python
2 stars 2 forks source link

fun-graphs-2: create sccs algo, kosaraju variation #2

Open evowilliamson opened 4 years ago

evowilliamson commented 4 years ago

As a user, I want to be able to understand the strongly connected components algorithm. The functionality to be built, should show me how the algorithms works.

Please refer to the visualizations for the cycle check (Activity 1.01)

torkildjensen commented 4 years ago

Can you put it on my name. I'll give it a try. No promises :-)

evowilliamson commented 4 years ago

So you made up your mind? Welcome! We'll chat in whatsapp. It's all yours!

evowilliamson commented 4 years ago

Create visualization for the strongly connected components algorithm, kosaraju variation

evowilliamson commented 4 years ago

py-viz-algs was separated into two different packages: one for bare algorithms (python-algos) and one for the visualization(py-viz-algs).

Please accomodate for this