mathalope.co.uk
Accelerated C++ Solution to Exercise 7-6
Exercise 7-6 Reimplement the gen_sentence program using two vectors: One will hold the fully unwound, generated sentence, and the other will hold the rules and will be used as a stack. Do not use a…