Skip to content

Username-Coders/Project_2-Stack_Postfix

Repository files navigation

Project_2-Stack_Postfix

CS2400 - Project 2 Stacks - Postfix

Group Name - Username: Coders

i) Group Members : John Salinas(JohnSalinas123), Priscilla Ballesteros(PBallesteros02), Daniel Rodriguez(drodriguez97)

ii) Member Contributions:

(Book)Read and Study textbook from pages 164 to page 168 (All Members)

  • "A Problem Solved: Transforming an Infix Expression"

Set up core files of project with given code from source code (John Salinas, JohnSalinas123)

(Excel)Use a stack to manually convert the given infix expression to postfix (Daniel Rodriguez, drodriguez97)

  • a * b / (c - a) + d * e
  • answer sheet must show the conversion process step by step

(Coding)Use LinkedStack class to implement algorithm convertToPostFix (John Salinas, JohnSalinas123s)

(Coding)Write a main method to test implementation, convertToPostFix (John Salinas, JohnSalinas123)

(Book)Read and Study textbook from pages 168 to page 170 (All members)

  • "A Problem Solved: Evaluating Postfix Expressions"

(Excel)Use a stack to manually evaluate given postfix expression (Daniel Rodriguez, drodriguez97)

  • Values are given in instructions

(Coding)Use ResizeableArrayStack class to implement the algorithm evaluatePostfix (Priscilla Ballesteros, PBallesteros02)

(Coding)Write a main method to test implementation, evaluatePostfix (Priscilla Ballesteros, PBallesteros02)

Javadoc comments (John Salinas, JohnSalinas123)

Screencast recording, talk about your code briefly, less than 3 minutes (All members)

Unit testing on added methods using unit test framework (John Salinas, JohnSalinas123)

iii) Link to Javadoc:

Click here for index.html

iv) Link to screencast:

Click here for index.html
Click here for link on web

About

CS2400 - Project 2 Stacks - Postfix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages