Ecosyste.ms: Repos

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

GitHub topics: infixtopostfix-expression

anserwaseem/infix-to-postfix

Stack implementation with conversion of Infix expression to Postfix.

Language: C++ - Size: 3.91 KB - Last synced: 16 days ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

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: JavaScript - Size: 29.3 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 1

Shubham-Lal/Infix-Operation

Infix Expression Operations | Collaborated on this Project with @Jay9874

Language: HTML - Size: 22.5 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 1 - Forks: 1

Vishruth-S/InfixToPostfix_Converter

An application to convert Infix expression to Postfix form with steps displayed.

Language: JavaScript - Size: 1.75 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 21 - Forks: 2

erzhtor/algebroid

String math expression calculator

Language: JavaScript - Size: 399 KB - Last synced: 2 days ago - Pushed: over 5 years ago - Stars: 6 - Forks: 0

ZaidMohsin457/Infix

This repository contains the code that is made form two different algorithms. First one is to convert Infix to Postfix and the second one is used to solve that Postfix expression and get a single result.

Language: C++ - Size: 2.93 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

DanShai/Genetic-Programming

Genetic-Programming

Language: C++ - Size: 2.03 MB - Last synced: 11 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

senavs/MathExpressionCompiler

:heavy_check_mark: Functions that show how compilers evaluate mathematical expressions

Language: Python - Size: 6.84 KB - Last synced: over 1 year ago - Pushed: almost 5 years ago - Stars: 2 - Forks: 0

hussainmansour/EvaluatorExpressions

Application using implemented stack data structure to convert from infix to postfix notations. And evaluate the postfix expression

Language: Java - Size: 17.6 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

SAZZAD-AMT/Infix-to-Prefix-to-Postfix-Conversion-Assembly-code-by-c-program

While we use infix expressions in our day to day lives. Computers have trouble understanding this format because they need to keep in mind rules of operator precedence and also brackets. Prefix and Postfix expressions are easier for a computer to understand and evaluate. Given two operands a and b and an operator \odot , the infix notation implies that O will be placed in between a and b i.e (a * b) . When the operator is placed after both operands i.e ab\odot , it is called postfix notation. And when the operator is placed before the operands i.e (* a b) , the expression in prefix notation. Given any infix expression, we can obtain the equivalent prefix and postfix format.

Language: C++ - Size: 433 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 3 - Forks: 0

DragosPetri/Expression_Evaluator

Proof of concept implementation for Queue and Stack

Language: C++ - Size: 5.4 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

Akashtiwari123/C-programs

All C language programs used in curriculum.

Language: C - Size: 8.79 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 1 - Forks: 2

SAZZAD-AMT/Infix-to-Prefix-Convertion-by-Python

Reverse the infix string. Note that while reversing the string you must interchange left and right parentheses. Obtain the postfix expression of the infix expression Step 1.Reverse the postfix expression to get the prefix expression

Language: Python - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

scipsycho/compiler_des_lab

Programs for my Compiler Design Lab

Language: C - Size: 331 KB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 1 - Forks: 2

rahul1947/LP1-Integer-Arithmetic-with-Arbitrarily-Large-Numbers

Array-based implementation of Calculator of very large integers with the length of the numbers as large as 2,147,483,647 (2^31 - 1), with Postfix and Infix evaluation of Arithmetic Expressions.

Language: Java - Size: 553 KB - Last synced: over 1 year ago - Pushed: almost 3 years ago - Stars: 4 - Forks: 1

zaahidali/Cpp-Lab

A semester tasks of Data Structure and Programming Fundamentals using C++ Language.

Language: C++ - Size: 1.53 MB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

Pranay2050/infix2postfix

C program to convert an infix expression in the postfix expression

Language: C - Size: 1.95 KB - Last synced: 12 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

mhmtsrfglu/Infix-to-Postfix

Infix to Postfix by using Stack in C++

Language: C++ - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

sharpvik/domca

Calculator working on RPN that can also transform infix to postfix.

Language: Python - Size: 77.1 KB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

mohitdtumce/ReactJS-Calculator-App

Basic Calculator App using ReactJS

Language: JavaScript - Size: 201 KB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

AlbinoB/Infix-to-postfix

Converting infix expression to postfix

Language: C++ - Size: 2.93 KB - Last synced: over 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

meysam81/Arithmetic-term

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

Language: C++ - Size: 4.2 MB - Last synced: about 1 month ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0