Monthly Archives: octubre 2009

ACU

Escribo esta entrada para comentaros que estoy trabajando en un webcomic que llamare Actor de Casos de Uso (ACU para los amigos). Este comic trata sobre las aventuras y desventuras (mayormente desventuras) de este personaje usado por “El Profesor” para … Continue reading

Posted in Otras cosas | 3 Comments

An easy to understand (but efficient) algorithm to know the nodes which are in any path from a to b

Today I had to face a simple but interesting graph problem: Given a graph and two nodes a and b. Find all the nodes which form part of any of the possible paths from a to b. Though it may … Continue reading

Posted in Otras cosas | 3 Comments