https://github.com/meysam81/arithmetic-term
Back from the college days, an implementation of arithmetic terms and their prefix, infix & postfix traverse
https://github.com/meysam81/arithmetic-term
ascii ascii-art characters cplusplus infix infix-expression infix-expression-parser infix-notation infix-operators infixtopostfix infixtopostfix-expression postfix postfix-expression postfix-notation prefix prefix-notation stack string string-manipulation switch-case
Last synced: 2 months ago
JSON representation
Back from the college days, an implementation of arithmetic terms and their prefix, infix & postfix traverse
- Host: GitHub
- URL: https://github.com/meysam81/arithmetic-term
- Owner: meysam81
- Created: 2018-02-01T09:59:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T06:48:28.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T03:16:59.886Z (4 months ago)
- Topics: ascii, ascii-art, characters, cplusplus, infix, infix-expression, infix-expression-parser, infix-notation, infix-operators, infixtopostfix, infixtopostfix-expression, postfix, postfix-expression, postfix-notation, prefix, prefix-notation, stack, string, string-manipulation, switch-case
- Language: C++
- Size: 4.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arithmetic-term
Back from the college days, an implementation of arithmetic terms and their prefix, infix & postfix traverse