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

Topic: "infix-notation"

rm-hull/infix

A Clojure library for expressing LISP expressions as infix rather than prefix notation

Language: Clojure - Size: 158 KB - Last synced at: 18 days ago - Pushed at: 4 months ago - Stars: 111 - Forks: 12

quil-lang/cmu-infix

Updated infix.cl of the CMU AI repository, originally written by Mark Kantrowitz

Language: Common Lisp - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: over 8 years ago - Stars: 32 - Forks: 7

primaryobjects/genetic-programming

Genetic programming for math equations with prefix expression trees.

Language: JavaScript - Size: 198 KB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 17 - Forks: 5

peey/ugly-tiny-infix-macro

A tiny and simple macro to allow writing of binary operations in infix notation

Language: Common Lisp - Size: 14.6 KB - Last synced at: 10 days ago - Pushed at: almost 9 years ago - Stars: 16 - Forks: 1

adityabisoi/notation-guru

An application to convert expression notations

Language: JavaScript - Size: 373 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 34

pyparsing/plusminus

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

kolosovpetro/RpnCalculator

Reverse Polish Notation Calculator. Evaluates infix expressions.

Language: C# - Size: 42 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 2

RezaGooner/prefix-postfix-algorithms

Language: C++ - Size: 3.65 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 7 - Forks: 0

mrcdr/polisher

Infix notation to S-expression (Polish notation) translator for Common Lisp

Language: Common Lisp - Size: 45.9 KB - Last synced at: 5 days ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 1

AndersonRezende/infixa-posfixa

Conversor de expressões infixa para posfixa

Language: Java - Size: 64.5 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 2

damien-mattei/Scheme-PLUS-for-Racket

Scheme+ for Racket by Damien Mattei

Language: Racket - Size: 8.98 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 3 - 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 at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

jbutcher5/MathEvaluator

A simple but effective C++ math evaluator

Language: C++ - Size: 253 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

andeen171/Calculadora_Inteligente

Calculadora no console, capaz de interpretar operações muito complexas graças a algoritmos de conversão Infix e Postfix.

Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

ibrahimbutt/synthcal

A desktop calculator with a synthwave aesthetic. Made with React and Electron.

Language: JavaScript - Size: 48.3 MB - Last synced at: about 20 hours ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

damien-mattei/Scheme-PLUS-for-Guile

Scheme+ for Guile by Damien Mattei

Language: HTML - Size: 6.26 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

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: C - Size: 51.8 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

AjayLiu/notation-visualizer

An interactive website to visualize how Infix, Prefix (Polish), and Postfix (Reverse Polish) notation are converted and evaluated.

Language: TypeScript - Size: 3.34 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

camel-cdr/culator

A simple infix notation floating-point cli calculator

Language: C - Size: 20.5 KB - Last synced at: 9 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

senavs/MathExpressionCompiler

:heavy_check_mark: Functions that show how compilers evaluate mathematical expressions

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

davisakamoto/ExpressionSolver

Leitor, solucionador e conversor de expressões numéricas em forma infixa ou posfixa em C++

Language: C++ - Size: 296 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AdamWhiteHat/MathNotationConverter

Infix to postfix notation converter and postfix evaluation

Language: C# - Size: 35.2 KB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Shubham-Lal/Infix-Operation

Infix Expression Operations | Collaborated on this Project with @Jay9874

Language: HTML - Size: 22.5 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

Vaneeza-7/Data-structures-assignments 📦

Data Structures: Arrays, Stacks, Queues, Graphs applications in image processing, tag parsing and routes/maps respectively.

Language: C++ - Size: 37.1 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Sagar-Sharma-7/Infix-to-Postfix

Stack concept (LIFO) of Python - Infix to Postfix - under development 🚧🚧🚧🚧

Language: Python - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

xDiaym/SingleLineCalculator

:cyclone: Single line calculators for RPN and Infix notation

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

RX14/rpn.cr

Language: Crystal - Size: 15.6 KB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

VarunKhambhata/Infix-to-Postfix-expression-conversion

Convert ifix expression to postfix expression.

Language: C++ - Size: 470 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

oiricaud/InfixToPostfix

Write a program that, given an arithmetic expression, first transforms it to a postfix form, and then computes its value (by using the stack-based algorithms that we recalled in class).

Language: Java - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

YuriusuDev/calculator

Calculator with order of precedence.

Language: JavaScript - Size: 52.7 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - 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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

philippgehrig/Laborprojekt-Theoretische-Informatik

DHBW Stuttgart, Algorithmen und Komplexität, Labor, Semester 2

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

emikodes/ClientServer-Calculator-Java

Simple Client-Server calculator, written in Java.

Language: Java - Size: 9.77 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - 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 at: 10 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

joulook/Data-Structures-and-Algorithms-Fall-2016

In this repository you can find all of my assignments for Data Structures and Algorithms Course when I was in 3rd semester of my bachelor's at IAUSTB.

Language: Java - Size: 763 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

AitannaP/DataStructuresProjects

COURSE DESCRIPTION: This course applies object-oriented techniques for systematic problem analysis and the managing of program complexity using abstraction. Specifications, design, coding, testing, and documentation of large multi-file programs are covered. It uses advanced language features such as classes, strings, non-text files, pointers, and recursion. Abstract data types such as stacks, queues, lists, binary trees, heaps/priority queues, hash tables, and graphs are examined. Various sorting and searching algorithms are presented and analyzed using Big-O notation. Student Learning Outcomes  Propose solutions to complex programming problems.  Create code to implement these solutions.  Formulate and interpret program specifications.  Choose advanced features of the programming language to solve programming problems.  Evaluate the use of various abstract data structures to solve programming problems.  Estimate the efficiency of various sorting and searching algorithms using Big-O notation.

Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

adamkaplan0/prefix-calculator 📦

College project from Spring 2016 where I implemented a prefix calculator taking in an infix expression in Java.

Language: Java - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

HyperVS/notation-converter

An implementation of a Deque data structure to convert between common mathematical notations for arithmetic, namely postfix, infix, and prefix notations.

Language: C++ - Size: 95.7 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jaimik64/django-infixConverter

Django Website to Convert infix Expression to Postfix/Prefix Expression. Also Evaluate Postfix/Prefix Expression.

Language: HTML - Size: 22.5 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

4nnina/InfixCalculator

Final project for the course 'Compilatori' from University of Verona

Language: Yacc - Size: 453 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

AnthonyMazzie/InfixToPostfix

Java program that converts infix expressions to postfix expressions

Language: Java - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

mlennig/infix_to_postfix

Turns infix notation into postfix notation.

Language: C++ - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

nikola-vukicevic/notacije_prevodjenje

Prevođenje algebarskih izraza iz jednog oblika notacije u drugi - Projekat za V godinu škole programiranja

Language: Java - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

naman14310/Expression_Evaluation_By_Shunting_Yard_Algo

The shunting yard algorithm is used to convert the infix notation to reverse polish notation.

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

etrian-dev/infix-to-postfix

A simple infix to postfix expressions conversion program, written in C

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

Renddslow/mathd

A small (1.78KB) parser to evaluate infix notation to values (without using eval).

Language: TypeScript - Size: 48.8 KB - Last synced at: 19 days ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Arc676/ExprFix

A GPLv3 C library for converting infix expressions to prefix expressions (Polish notation)

Language: C - Size: 38.1 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ant-louis/infix-to-rpn

Implementing a parser that transforms expressions in infix notation into keystrokes for evaluation on an RPN calculator.

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

lambdacasserole/sugarsnap

Super generic and reusable shunting and parsing library.

Language: Java - Size: 37.1 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

B1Z0N/NotationConverter

Class for converting from one arithmetical notation to another. Written with TDD.

Language: C++ - Size: 1.48 MB - Last synced at: 8 days ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

StevenMonty/InfixExpressionEvaluator

A calculator that handles infix notation mathematical expressions implementing the Shunting Yard Algorithm and a Stack data structure.

Language: Java - Size: 124 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

StanleySathler/infix2postfix

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

Language: C - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

marllonfrizzo/postfix-to-infix

Conversion of a postfixed mathematical expression to infix.

Language: Java - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: almost 7 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 at: 4 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

brettfazio/C-Arithmetic-Notation-Evaluation

Evaluates Infix Expression in C without objects.

Language: C - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

patrickmoffitt/oo_calculator

Parse and solve basic equations in infix notation using C++.

Language: C++ - Size: 11.7 KB - Last synced at: 5 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

lecmaster123/Linked-List-Stack-Program

Project to convert from infix to postfix and postfix to infix notation.

Language: Java - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

emanueleffe/InfixToPrefixPostfix

This program can convert an expression from infix to postfix or prefix notation

Language: C - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

etchsaleh/StackCalculator

Data Structures Project: A stack based calculator program that takes an algebraic equation (infix notation) from the user, converts it to reverse polish notation (postfix) and finally prints the output to the user.

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

Related Topics
postfix-notation 23 infix-to-postfix 16 prefix-notation 12 infix 11 postfix 11 infixtopostfix 9 stack 9 infixtopostfix-expression 7 calculator 7 infix-expression 7 postfix-evaluation 6 infix-expression-parser 6 reverse-polish-notation 6 math 5 data-structures 5 conversion 4 shunting-yard-algorithm 4 cpp 4 rpn-calculator 4 infixtoprefix 4 c 4 python 4 mathematics 3 lisp 3 parser 3 rpn 3 infix-evaluation 3 infix-to-prefix 3 java 3 postfix-to-infix 3 assignment 3 javascript 3 c-plus-plus 3 algorithms 3 expression 3 postfix-expression 3 postfix-calculator 3 nodejs 2 postfix-to-prefix 2 linked-list 2 prefix-evaluation 2 arithmetic-expression 2 infix-operators 2 rpn-expression 2 maths 2 common-lisp 2 react 2 evaluate-expressions 2 evaluation 2 functional-programming 2 scheme 2 dijkstra-algorithm 1 infixa-posfixa 1 polonesa 1 tag-parsing 1 data-structures-and-algorithms 1 programming-languages 1 posfix-notation 1 ascii 1 ascii-art 1 characters 1 cplusplus 1 conversao-infixa-posfixa 1 posfixa 1 reactjs 1 prefix 1 string 1 error-detection 1 expression-parser 1 graphs 1 kmeans-clustering 1 dice-coefficient 1 infixa 1 least-recently-used-algorithm 1 object-detection 1 opencv 1 connected-component-labelling 1 expressao-polonesa 1 all-pairs-shortest-path 1 queues 1 run-length-encoding 1 second-shortest-path 1 stacks 1 expressao 1 estrutura-de-dados 1 arithmetic-expression-evaluator 1 parsing 1 parsing-library 1 python-3 1 python3 1 python3-library 1 safe-evaluation 1 programming-language 1 racket 1 clojure 1 tdd 1 progressive-web-app 1 macros 1 ai 1 artificial 1