Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 302 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 302 Bytes

HNC-Parser

Chart and queue of new edges 1 Add the first edge to the chart 2 Invoke the left hand side rules 3 Add the active edge to the left and right side edge and the newly generated edges are added to the queue. 4 Goto 1 and repeat the process until the queue is empty or the target is achieved.