You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 1 |[e1_transitive_closure.zig](e1_transitive_closure.zig)| Computes the transitive closure of a directed graph using Datalog rules. |
8
-
| 2 |[e2_same_generation.zig](e2_same_generation.zig)| Finds all pairs of nodes at the same depth in a hierarchy (siblings, cousins). |
9
-
| 3 |[e3_points_to_analysis.zig](e3_points_to_analysis.zig)| Performs points-to analysis for program analysis (alloc, assign, load, and store operations).|
0 commit comments