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: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwinravishankar%2FCalculated-Expression
PURL: pkg:github/ashwinravishankar/Calculated-Expression

Stars: 0
Forks: 0
Open issues: 0

License: None
Language: Java
Size: 5.86 KB
Dependencies parsed at: Pending

Created at: over 7 years ago
Updated at: about 1 year ago
Pushed at: over 7 years ago
Last synced at: about 1 year ago

Topics: data-structures-algorithms, infixtopostfix, java

    Loading...