Data Structure Round-robin Pre-lab Assignment: Polynomials

 

Answer the following questions with a single sentence in a text file named  infixToPrefix.txt.

 

1.      During the process of lab how many class mates will you work with?

2.      What is the name of the node class in the lab and how does it differ from the node class in the text book?

3.      What is the standard input and can it be changed?

4.      What does that the findPrevious(..) method do, and why is it private?

5.      In the list implementation will the methods prev(Position p) and next(Position p) code similarly?  Which method will use findPrevious(..)?

6.      What does the SNodeList’s toString() method do and will it use the SNode’s toString() method?

7.      Do any of the methods in ListStack require loops?  Do they require if-statements?

8.      What are you to do to complete the InfixToPrefix class? 

9.      Explain the convert method in the InfixToPrefix class?

Please save your file infixToPrefix.txt, and submit to cs2321, secGlab or secIlab, preLab1, where secGlab is for students particpating in a group labs and secIlab is for students particpating in a individual labs.