cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
grammar
grammar
Apr 26, 2017 at 4:05pm UTC
codetojoy
(46)
does this context free grammar produce the correct result
S--> aSb|A|B
A--> aA|a
B--> bB|bb
this is need a^n,b^m, n = m – 1. where do I place λ(lambda termination)
Topic archived. No new replies allowed.