Skip to content

navi-kaur/assignment3_303

Repository files navigation

assignment3_303

The code reads in an infix from the user and outputs if it is valid. It then convert it into a post fix. A queue is created with two values pushed back. The top of the queue is printed. The pop function pops the top value and the new top value is printed. Then the size of the queue and if it’s empty is printed. For the convertToPostfix function to work, spaces must be add in between each character/integer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages