Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / ashwinravishankar / Calculated-Expression

Java program that reads an arithmetic expression, performs the arithmetic in the expression, and outputs the answer. The expression will be in infix notation, which is the way we normally write them, the program converts the expression to postfix form, performs the calculation on the converted postfix form and outputs the answer. The program will require two steps, both involving the use of a stack data structure: (1) convert the infix expression to postfix, and (2) process the postfix expression by computing it and output the result.

JSON API: https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwinravishankar%2FCalculated-Expression

Stars: 0
Forks: 0
Open Issues: 0

License: None
Language: Java
Repo Size: 5.86 KB
Dependencies: 0

Created: over 6 years ago
Updated: about 1 month ago
Last pushed: over 6 years ago
Last synced: about 1 month ago

Topics: data-structures-algorithms, infixtopostfix, java

Files
    Loading...
    Readme
    Loading...

    No dependencies found