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

Topic: "infix-evaluation"

pyparsing/plusminus

Language: Python - Size: 304 KB - Last synced at: 2 days ago - Pushed at: 7 months ago - Stars: 10 - Forks: 5

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 at: about 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

senavs/MathExpressionCompiler

:heavy_check_mark: Functions that show how compilers evaluate mathematical expressions

Language: Python - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

Hossam-Elbahrawy/ATmega328p-Calculator

Calculator using infix expression evaluation algorithm on ATmega328p

Language: C - Size: 232 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

anserwaseem/infix-to-postfix

Stack implementation with conversion of Infix expression to Postfix.

Language: C++ - Size: 3.91 KB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

dunstanad/Math-Expression-Evaluator

A client-server system built in C for evaluating mathematical infix expressions using the two-stack algorithm. It uses epoll for concurrent client handling and supports negative numbers, unary minus, and parentheses.

Language: C - Size: 596 KB - Last synced at: about 23 hours ago - Pushed at: about 24 hours ago - Stars: 0 - Forks: 0

h4jack/calculator

This project is a simple calculator web application built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations like addition, subtraction, multiplication, and division. and more...

Language: JavaScript - Size: 8.79 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

rajagopal28/infix-expression-solver

A Small Swing based Java application which lets us to solve infix mathematical expressions and get results based on some of the best known Object Oriented Design patterns.

Language: Java - Size: 1.22 MB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

shankhadeep-ghoshal/Calculator_library

A cpp library to evaluate infix notation

Language: C++ - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0