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

    Language:Clojure10853412
  • hornhuang/Android-calculator

    Personal design calculator 2015.12.12

    Language:Java11101
  • 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.

    Language:C220
  • senavs/MathExpressionCompiler

    :heavy_check_mark: Functions that show how compilers evaluate mathematical expressions

    Language:Python2000
  • jianminchen/100-hard-level-algorithms-2018-summer-campaign

    Document 100 hard level algorithm practice starting from summer 2018

    Language:C#120
  • Shubham-Lal/Infix-Operation

    Infix Expression Operations | Collaborated on this Project with @Jay9874

    Language:HTML1201
  • 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.

    Language:Java0100
  • joocxi/c-expr

    A simple C program to evaluate infix expression

    Language:C0000
  • liangbinjie/ARM32_Math_Expressions_Solver

    Arm Assembly to solve math expressions

    Language:Assembly0100
  • 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.

    Language:JavaScript211
  • kumarbhrgv/algorithm

    Algorithm python

    Language:Python21
  • meysam81/Arithmetic-term

    Back from the college days, an implementation of arithmetic terms and their prefix, infix & postfix traverse

    Language:C++00
  • nayefc/prefixer

    Converts infix expressions to prefix expressions in C.

    Language:C20
  • noelabydas/data-structures-solutions

    Solution to CO203 data structures and algo. course

    Language:C001
  • Preethi-ST/Calculator

    Perform all type of arithmetic operations including infix-expression evaluation

    Language:JavaScript10
  • StanleySathler/infix2postfix

    C program that reads an infix expression and converts it to a postfix one

    Language:C11