
April 24th, 2008, 02:04 AM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 1
Time spent in forums: 38 m
Reputation Power: 0
|
|
|
Urgent ... LRSTRUCT and BRSTruct ????
Hi
Can anybody explain the concept of LRStruct and BRStruct by using following example?
Write a visitor for a structure of Strings (i.e. one for LRStruct and one for BRStruct) which returns, as an Integer, the number of elements in the structure which begin with an upper-case (capital) "A". In the empty case the correct answer is 0.
You must name your LRStruct visitor Task1LinearVisitor
You must name your BRStruct visitor Task1BinaryVisitor
|