It evaluates the normal infix form expression " ((101+2)*137)%3+(5*(6+7/2)) "
File List:
expression/
0b
expression/ArrStack.class
1Kb
expression/ArrStack.java
1Kb
expression/DoubleStack.class
1Kb
expression/DoubleStack.java
1Kb
expression/Expression.class
5Kb
expression/Expression.java
7Kb
expression/ExpressionEvaluation.class
4Kb
expression/ExpressionEvaluation.java
5Kb
expression/ExpressionPostfix.class
3Kb
expression/ExpressionPostfix.java
3Kb
expression/Node.class
2Kb
expression/Node.java
2Kb
Similar code
Building and searching a binary tree
(Popularity: ) : This a a binary tree build from scratch. Input from the keyboard are storet in it, and suggestions, already in ... Linked Tree
(Popularity: ) : Implementation of a Tree. Nodes are classes with references to the parent, an object contained and a linkedlist storing the ... Binary Trees Simple String Example
(Popularity: ) : A very simple binary tree's example i made while trying to get the hang of it all. Shows how to ... File Allocation Table Simulator
(Popularity: ) : This application is basically a simple simulation of 'how' the windows FAT32 works. How FAT32 organizes it's clusters, files, and ... EnumSuper 'family' of type-safe enumerations
(Popularity: ) : Java is missing the type-safe "enum" capability of C++ and Pascal. This software implements a reasonable, practical approach for an ...