Files
Andrea Gussoni e2090b8746 GraphAlgorithms: nodesBetween double DFS
We now implement the `nodesBetween` primitive with a double DFS visit.
Specifically, we have:
1) A forward DFS that starts from the `Source`, and stops at `Target`.
2) A backward DFS that starts from the `Target`, and stops at `Source`.
The final result is then the intersection of the nodes found by the two
above DFS visits.

A new `findReachableNodes` primitive is also added to perform a DFS from
a `Source` node, which stops at the `Stop` parameter node, if present.

Added unit tests to improve the coverage.
2023-10-09 10:33:48 +02:00
..
2023-02-23 14:51:10 +01:00
2023-07-31 11:29:41 +02:00
2023-02-16 10:58:02 +01:00
2023-07-03 15:23:10 +00:00
2023-02-23 14:51:10 +01:00
2023-06-30 13:39:22 +02:00
2023-06-30 13:39:22 +02:00
2023-09-06 15:23:43 +02:00
2023-09-06 15:23:43 +02:00
2021-12-22 17:47:54 +01:00
2022-12-13 11:26:25 +01:00
2023-04-28 14:04:32 +02:00
2023-09-06 15:23:43 +02:00
2023-04-08 08:42:23 +02:00
2023-03-13 22:53:44 +01:00
2023-09-06 15:23:43 +02:00
2022-08-08 13:55:34 +02:00