Triangular array: Difference between revisions

Content deleted Content added
Lah number
use in CKY algo
Line 30:
| volume = 9
| year = 2006}}.</ref>
 
==Practical use==
Apart from the representation of [[triangular matrix|triangular matrices]], triangular arrays are used in several [[algorithm]]s. One example is the [[CYK algorithm|CKY]] parsing algorithm for [[context-free grammar]]s, an example of [[dynamic programming]].
 
==See also==