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
> Tip: Each linked doc contains multiple scenarios; skim the first example for the minimal pattern, then look for advanced sections (weights, tagging, configs).
69
-
70
-
---
71
-
72
39
## Quick install
73
40
74
41
```powershell
@@ -237,4 +204,35 @@ Test-GraphPath -Graph $g -From A -To A # True (trivial)
237
204
238
205
Use `Get-GraphPath` when you need the actual path (edges) rather than just a boolean.
239
206
240
-
---
207
+
---
208
+
209
+
## Examples Index
210
+
211
+
Jump straight to focused, copy‑paste friendly examples for each major task. All examples assume the module is imported and use concise variable names.
212
+
213
+
### Graph Construction & Mutation
214
+
*`New-Graph` – create an empty bidirectional graph (`docs/New-Graph.md`)
215
+
*`New-AdjacencyGraph` – create an adjacency-list backed graph (`docs/New-AdjacencyGraph.md`)
> Tip: Each linked doc contains multiple scenarios; skim the first example for the minimal pattern, then look for advanced sections (weights, tagging, configs).
0 commit comments