infix-expression
There are 16 repositories under infix-expression topic.
rm-hull/infix
A Clojure library for expressing LISP expressions as infix rather than prefix notation
hornhuang/Android-calculator
Personal design calculator 2015.12.12
BaseMax/Infix2PostfixC
This is a simple program that converts infix expressions to postfix expressions. It is written in C and uses a stack to store the operators. It is a simple program that I wrote to show how to use a stack in C.
senavs/MathExpressionCompiler
:heavy_check_mark: Functions that show how compilers evaluate mathematical expressions
jianminchen/100-hard-level-algorithms-2018-summer-campaign
Document 100 hard level algorithm practice starting from summer 2018
Shubham-Lal/Infix-Operation
Infix Expression Operations | Collaborated on this Project with @Jay9874
iamsudiptasaha/SimpleCipherJava
This package hosts an array of frequently used regex validations and regex expression evaluation functionalities. In general, String check encompasses last word check, middle word check, first word check, sentence validation, phone number validation, name validation with or without honorific, password with both default parameter settings and custom parameter settings, hexadecimal string validation,alphanumeric string validation and binary string validations. Expression resolving encompasses conversions like infix to postfix and infix to prefix, and evaluation compasses java equation solving and resultant equation output.
joocxi/c-expr
A simple C program to evaluate infix expression
liangbinjie/ARM32_Math_Expressions_Solver
Arm Assembly to solve math expressions
BaseMax/Infix2Postfix
This is a simple infix to postfix converter written in JavaScript. It is a simple project that I made to show other students how they can easily design this type of program and how they can use it to solve their problems.
kumarbhrgv/algorithm
Algorithm python
meysam81/Arithmetic-term
Back from the college days, an implementation of arithmetic terms and their prefix, infix & postfix traverse
nayefc/prefixer
Converts infix expressions to prefix expressions in C.
noelabydas/data-structures-solutions
Solution to CO203 data structures and algo. course
Preethi-ST/Calculator
Perform all type of arithmetic operations including infix-expression evaluation
StanleySathler/infix2postfix
C program that reads an infix expression and converts it to a postfix one