Replace the greedy search algorithm in "CheckForNodeFusion()" with a...
Replace the greedy search algorithm in "CheckForNodeFusion()" with a stack-based one, to avoid missing some patterns.
Loading
Please sign in to comment
Replace the greedy search algorithm in "CheckForNodeFusion()" with a stack-based one, to avoid missing some patterns.