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

Topic: "infix-to-postfix"

Vishruth-S/InfixToPostfix_Converter

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

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

mahdiramezanii/Data-Structure-With-Python

Data building project (transformation of intermediate term into prefix and suffix)

Language: Python - Size: 2.93 KB - Last synced at: 22 days ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 1

Kourva/PostFix

Simple android app to convert Infix expression to Postfix

Language: Python - Size: 422 KB - Last synced at: 12 days ago - Pushed at: 8 months ago - Stars: 8 - Forks: 0

Dare-marvel/Data-Structures-and-Competitive-Programming--DS-CP----

Your one-stop GitHub repo for competitive coding and data structures! 🤖 Curated notes, practice problems, and real-world applications. Sharpen your skills and ace those interviews! 💻🔥

Size: 211 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 1

prathwik0/data-structures-in-c

Data Structures in C

Language: C - Size: 246 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 2

santhosh-programmer/CS19241-Data-Structures-REC-DigitalCafe

Contains all answers for Rajalakshmi college's Digial cafe CS19241-Data Structures. HAPPY CODING!!!

Language: C - Size: 57.6 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

snykk/infix-calculator

A command-line calculator that uses stack & infix-to-postfix algorithm for basic math operations such as addition, subtraction, multiplication, and division, as well as more advanced operations like exponents and square roots. User input is converted for processing by the calculator's stack

Language: Go - Size: 3.91 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

Sayan-Maity/Infix-2-Postfix-Convertor

An application to convert any infix expression to its postfix form with all steps shown in a table 😄

Language: JavaScript - Size: 219 KB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

jinnatul/kidProjects

Bangladesh covid19 API

Language: JavaScript - Size: 20.5 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 3

SnoopyCodeX/Flutter-Calculator-App

A simple calculator app in Flutter

Language: Dart - Size: 708 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

Krish-Depani/Data-Structure-C

It contains some data structures such as Arrays, Strings, Stacks, Queue and Tree implemented in C language.

Language: C - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years 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: almost 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

coderosh/infix-to-postfix

Convert Infix to Postfix

Language: TypeScript - Size: 16.6 KB - Last synced at: about 1 month 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: about 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

Adityasinghvats/CPP---code

Data Structures and Algorithms

Language: C++ - Size: 10.6 MB - Last synced at: 13 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

ranimeshehata/Expression-Evaluator

Conversion from infix to postfix notations using implemented stack data structure and evaluate the postfix expression.

Language: Java - Size: 2.93 KB - Last synced at: 21 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

creme332/basic-console-calculator 📦

Simple calculator that supports BODMAS, nested parentheses, unary operators, and more. Precision of output can be varied.

Language: C++ - Size: 1.38 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

hassanzadehmahdi/Scientific-Calculator

A scientific calculator program that gets infix expressions from input, converts them to postfix and prefix notation, and shows the result by evaluating the postfix expression.

Language: Java - Size: 2.09 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

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: 8 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ToVinhKhang/Infix2Postfix-Solve

CalculatePostfixSolve and InfixToPostfixSolve using pure Java

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

praabindhp/Infix_To_Postfix_Eval

C Program For Infix To Postfix Evaluation

Language: C - Size: 9.77 KB - Last synced at: about 1 month 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: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

IamJayPrakash/infix-to-postfix-and-prefix

This Website helps in conversion of infix expression to postfix and prefix and also gives it step by step conversion table. https://infix-to-postfix-and-prefix.vercel.app/

Language: HTML - Size: 16.6 KB - Last synced at: 14 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

nngel/DSA-proj

My work for my DSA project, It is a program that converts infix to prefix and postfix notation, It can also generate expression tree.

Language: Java - Size: 57.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Pinedah/NotacionInfija-Postfija-v2.0

Algoritmo para convertir expresiones aritméticas de notación infija a notación posfija, desarrollado como parte de un proyecto de primer parcial en el curso de Algoritmos y Estructuras de Datos. Este código en C utiliza pilas y punteros para lograr una conversión eficiente y precisa.

Language: C - Size: 67.4 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

jilliennelapid/StackCalculator

Project 1: A Stack (Data Structure) Calculator that implements strings and infix/postfix notation to compute basic operations.

Language: C++ - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

JunaidSalim/InfixToPostfix-js

This is repo for JavaScript program that will convert an Infix expression to Postfix expression.

Language: JavaScript - Size: 12.7 KB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 1 - 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: over 1 year ago - Pushed at: over 1 year 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: 12 months ago - Pushed at: about 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: about 2 months ago - Pushed at: about 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: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

MujyKun/CS363

A collection of assignments created in Principles of Software Design (CS363) at IUPUI.

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

asthanegi14/Converters

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

YewoMhango/AndroidCalculator

Native android calculator app in Kotlin

Language: Kotlin - Size: 424 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

SARTHAK2511/INFIX-TO-PREFIX-POSTFIX-CONVERTER

A menu driven C++ programe to do all type of polish conversions . Infix to Postfix converter,Infix to Prefix converter,Postfix to Infix converter,Prefix to Infix converter,Postfix to Prefix and Prefix to Postfix

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

estilles/expression-parser

Tet another infix to postfix/reverse polish notation converter.

Language: JavaScript - Size: 46.9 KB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Dashminder-Singh/DSA_through_C

This Repository is a part of Learning DSA through C

Language: C - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

sankeerth-th/CompilerDesignlab

Size: 1.26 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

Tharun-PS/DATA-STRUCTURES-IN-C

Programs of Data Structures Concept in C

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

sakshijain009/Fixes_fixed

This repository contains the basic C code for the following conversions: Infix To Postfix, Infix To Prefix, Postfix to Infix, Postfix To Prefix, Prefix To Postfix, Prefix To Infix

Language: C - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

anserwaseem/infix-to-postfix

Stack implementation with conversion of Infix expression to Postfix.

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

darylnwk/mathtoken

Go library for parsing mathematical expression to tokens

Language: Go - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: about 5 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: 1 day ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

uanhi/stack-evaluate

Implementing a Four Operational Parser with Stack, basic procedure flow and Bytecode.

Language: Rust - Size: 944 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

scipsycho/compiler_des_lab

Programs for my Compiler Design Lab

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

jafaripur/avicenna-logic-system

A propositional logic system with truth tables, Lemmon-style proofs, parsing, and evaluation.

Language: PHP - Size: 169 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

Khushi130404/Postfix-Calc

Postfix-Calc is an Android application built using Java in Android Studio. It is a calculator that uses Infix to Postfix conversion to evaluate mathematical expressions. The calculator provides a simple and intuitive user interface resembling the iOS calculator.

Language: Java - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

reshmaharidhas/Infix-To-Postfix-Converter

A desktop application to convert infix expression to postfix expression built using Tkinter and Python

Language: Python - Size: 29.3 KB - Last synced at: 25 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Aswajith7077/MathElite

MathElite is an advanced yet user-friendly calculator app designed to solve mathematical expressions efficiently and intuitively

Language: Kotlin - Size: 108 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

kolaowalska/inf-onp

INF <=> ONP conversion program

Language: Java - Size: 12.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

pakbungdesu/infix-postfix

C++ program to convert infix to postfix using stack

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

VipulAggarwal2003/Stack-Visualizer

It is a infix expression converting visualizer which can converts given infix expression to either postfix expression or prefix expression . A step by step process has been shown while converting the expression. I have used only html,css and javascript to create this project and does not use any inbuild visualisizing tool

Language: JavaScript - Size: 18.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ayesha-enayat/DSA

This repository contains implementations of data structures and algorithms in C++.

Language: C++ - Size: 173 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

h4jack/cal

This project is a simple expression calculator implemented in C. It provides functionalities to convert infix expressions to postfix notation and evaluate the resulting postfix expressions.

Language: C - Size: 52.7 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

AhmWael/Infix_to_Postfix_Converter_Project

Infix to Postfix expression converter and evaluator

Language: C - Size: 52.7 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

sakshikore16/33Sakshi_23-27_Sem-II_DSA

Welcome to my DSA Lab Manual repository! 📘 Here, you'll find a treasure trove of exercises, tips, and solutions to help you master Data Structures and Algorithms. Let's embark on this coding adventure together! 💻 #CodeWithJoy

Language: C++ - Size: 3.45 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

YuriusuDev/calculator

Generic calculator with order of precedence.

Language: JavaScript - Size: 39.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

DaringCuteSeal/cpp-shunting-calc

Basic calculator implementation in C++ with the Shunting Yard algorithm.

Language: C++ - Size: 231 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1

dmitryesin/regular-expression-in-nfa

A graphical application that checks a regular expression and checks that the entered word belongs to it

Language: Python - Size: 31.2 MB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Jekwwer/IAL-Project01-2021 📦

IAL Project: Stack, Infix to Postfix Conversion & Double Linked List Implementation - VUT FIT 2021/22

Language: C - Size: 62.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Abdelmagidawad/Data-Structures

Data Structures Implementation

Language: C++ - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mudittt/dsa-c-cpp

fledgeling

Language: C - Size: 399 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

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

zhen69/Matrix-Calculator

Programmed a calculator that would compute a series of matrix operations, such as addition, multiplication, and transposition.

Language: C - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sanaazz/Algebraic_Expressions

A program for manipulating algebraic expressions of infix and postfix forms

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

romisahari/srbu-data-structure

my DS works in c++

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

fahimsahriar/Infix-to-Prefix-Postfix-Converter

A web app using HTML, CSS and JavaScript that converts Infix to Prefix/Postfix.

Language: JavaScript - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

kchan139/dsc-assignment

hk222

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

kobedelta-phi-edu/InfixToPostfix

A program that converts an Infix expression to a Postfix one as well as evaluates a Postfix expression by utilizing a LinkedStack data structure.

Language: Java - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

sunny420x/infix-to-postfix-js

Infix to Postfix Converter in Javascripts.

Language: JavaScript - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

vedvriti/Infix_Prefix_Postfix.github.io

This is java based android application which converts infix , prefix , postfix and viceversa.

Language: Java - Size: 40 KB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Nanarow/Stack-Application-C

stack c implementation , stack application infix to postfix and postfix to infix

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

aye-nyeinSan/InfixToPostFix_converter

This is a java oop implementation of an infix-to-postfix converter using a linked list data structure.

Language: Java - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

sumit-kr-das/Stack_Exp_Converter

Language: JavaScript - Size: 376 KB - Last synced at: 11 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mohamedhassan279/Expression-Evaluator

Java application uses stack data structure to convert infix notation to postfix and evaluate it.

Language: Java - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

tiago-vargas/infix-to-postfix

Data Structures assignment

Language: C - Size: 44.9 KB - Last synced at: about 1 year 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: 8 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

srijanmukherjee/CalculatorAndroid

An android calculator app which evaluates infix expressions

Language: Kotlin - Size: 99.6 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Ahmed9019/Expression-Evaluator

This is an application using the implemented stack to convert from infix to postfix notation and evaluate the postfix expression.

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

MahmoudGoda2003/Expression_Evaluator

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

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

Makaveli1O/IAL

Algorithms

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

MostafaGalal1/Expression_Evaluator

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

HamdanSidz/Infix-to-postfix

This is mine design code for infix to postfix other than the code available on internet. Bracketing method not incuded.

Language: C++ - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Marwan-Mahmoud/ExpressionEvaluator-InfixToPostfix

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

Evebarr20/CSCD300Lab5

Stack Linked-list: infix expression to postfix expression, evaluate postfix expression

Language: Java - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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: over 2 years ago - Stars: 0 - Forks: 0

farzanehshahi/InfixToPostfix

Infix-form to Postfix-form converter for mathematics expressions.

Language: Go - Size: 1.95 KB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

definitelyliz/Infix-to-Postfix-Evaluation

Implementing Stacks and Queues by parsing a mathematical expression in INFIX notation to POSTFIX notation and evaluating the POSTFIX notation.

Language: Java - Size: 1.28 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Sushavan20/3rd-4th-Sem-Others

3rd Sem Algorithms...

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

harrydehix/infix-postfix

converts infix expressions to postfix expressions

Language: TypeScript - Size: 56.6 KB - Last synced at: 29 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

AnthonyMazzie/InfixToPostfix

Java program that converts infix expressions to postfix expressions

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

JahnaviM737/Data-Structures-using-C

Implementing all the data structures using C

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

AlexandrosPlessias/InfixToPostfixAndPrefix

Infix notation to Postfix & Prefix - Binary Trees

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

NightQnEarth/SimpleCalculator

First part of the successful Targem Games test task for a Junior Developer vacancy.

Language: C# - Size: 44.9 KB - Last synced at: about 1 month ago - Pushed at: almost 5 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 at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

dronelektron/grammar-parser-demo

Demo project for grammar-parser library

Language: Kotlin - Size: 65.4 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

LilyOSullivan/ITCarlowY2CalculatorJava

Team project to develop a functional calculator with a graphical interface in Java. Uses infix and postfix algorithms

Language: Java - Size: 346 KB - Last synced at: 10 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

qazi0/expression-validity-analyzer

A CLI Stack-based algebraic expression parser and infix-to-postfix converter in C++11 (Win32)

Language: C++ - Size: 150 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

Related Topics
stack 28 infix 21 postfix 19 infix-to-prefix 18 postfix-evaluation 18 infix-notation 16 calculator 15 data-structures 15 java 13 postfix-notation 13 linked-list 12 queue 11 infixtopostfix 11 postfix-to-infix 10 infixtopostfix-expression 10 c 8 prefix 8 postfix-calculator 6 cpp 6 binary-tree 6 binary-search-tree 6 circular-queue 5 doubly-linked-list 5 python 5 array 5 postfix-to-prefix 4 stacks 4 postfix-expression 4 javascript 4 conversion 4 heap 4 graph 4 tree 4 prefix-notation 4 infix-expression 4 converter 3 math 3 infix-evaluation 3 prefix-evaluation 3 sorting-algorithms 3 avl-tree 3 circular-linked-list 3 css 3 algorithms-and-data-structures 3 prefix-to-postfix 3 prefix-to-infix 3 insertion-sort 2 bubble-sort 2 binary-search 2 precedence 2 recursion 2 implementation-of-data-structures 2 searching-algorithms 2 double-linked-list 2 school-project 2 html 2 calculator-application 2 shunting-yard 2 shunting-yard-algorithm 2 infix-postfix-converter 2 rpn 2 expression-parser 2 expression-evaluator 2 reactjs 2 algorithm 2 stack-implementation 2 kotlin-android 2 tower-of-hanoi 2 evaluation 2 swing 2 js 2 deque 2 datastructures 2 algorithms 2 infixtoprefix 2 breadth-first-search 2 avl-tree-implementations 2 android 2 expression-tree 2 infix-expression-parser 2 regular-expression 1 andoid-app 1 application 1 kivy-framework 1 nfa 1 infix2potfix 1 infix-to-potfix 1 web-app 1 mdas 1 flutter 1 app 1 pythonapplication 1 c-programming-language 1 regular-expression-to-nfa 1 thompson-construction 1 flex 1 infixprefix-expression 1 lex 1 using 1 vector 1