Hi Guys!
I am in a need of help! Sorry if my English is not okay.
So let's see my problem:
I would like to make a pathing algorith on direcred nodes.
so 1 -> 2, 1 -> 3, 2 -> 1 means 1 can visit 2 and 3, and 2 can visit 1, but 3 cannot visit 1.
I would like to visit all nodes from a given node...