Forum: Computer Science Dec 13th, 2008 |
| Replies: 1 Views: 521 hi
can anybody give me the answer of this problem
Que: Use binary tree ADT operations to write a pseudo-code procedure ggc(v,T) to count the number of great grandchildren of a given node v in a... |
Forum: Computer Science Nov 25th, 2008 |
| Replies: 12 Views: 952 hi
here is BNF grammer.Can anybody help me to understand it.
<bool exp> -> <bool term> { "&" <bool term>}
<bool exp> -> "!" "(" <bool exp> ")"
<bool exp> -> <relation> { "|" <relation>}... |