Expand description
Graph traversal module for semantic analysis
This module is responsible for traversing dependency graphs using various algorithms. It follows the Single Responsibility Principle by focusing solely on graph traversal.
Structsยง
- Graph
Traverser - Traverser for dependency graphs
- Traversal
Options - Options for graph traversal