Lab X4 – Junit Testing and Linked Lists
Authors: Dominik Deichsel (S0517946), Andreas Krienke (S0517903)
RPN - Applet:
Link to our report:
Link to JavaDoc:
-
JavaDoc - Java documentation of our program.
Links to our source codes:
-
RPNMultiDigit.java - Extended version of RPN dealing with multi-digit numbers as well.
-
RPN.java - Main RPN class converting an infix formula into a rpn formula and calculating the result.
-
RpnApplet.java - Applet enables user input of infix as well as rpn formula displaying the result.
-
RpnQueue.java - Developed Queue implementing the given interface.
-
RpnStack.java - Developed Stack implementing the given interface.
© by Dominik Deichsel & Andreas Krienke 2007