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

GitHub topics: infix

nodef/extra-string

A string utility package for manipulation, analysis, comparison, transformation, n-grams, and similarity metrics.

Language: TypeScript - Size: 440 KB - Last synced at: 9 days ago - Pushed at: 25 days ago - Stars: 7 - Forks: 1

kuhumcst/cstlemma

Lemmatiser for Danish, Dutch, English, German, Polish, Romanian, Russian and tens of other languages, that uses affix rules (affix: prefix, infix, suffix, circumfix). Rules are obtained by supervised learning from a full form - lemma list.

Language: C++ - Size: 1.46 MB - Last synced at: 5 days ago - Pushed at: about 2 months ago - Stars: 36 - Forks: 6

harmim/vut-ial-project1

Algoritmy - 1. projekt

Language: C - Size: 59.6 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

kernelkit/kernelkit.github.io

Public homepage of the Infix Network Operating System, by Kernel Kit

Language: HTML - Size: 3.55 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

MilanSazdov/postfix-infix-calculator

A powerful mathematical expression evaluator supporting both **infix** and **postfix** notation. Includes robust **error handling**, **operator precedence**, and **stack-based computation**.

Language: Python - Size: 2.41 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

damien-mattei/SRFI-105-for-Racket

SRFI 105 Curly Infix for Racket Scheme

Language: Racket - Size: 82 KB - Last synced at: 23 days ago - Pushed at: 5 months ago - Stars: 2 - 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: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

H-K-R/CSE3142-Compiler-Design-Lab

This repository will contain codes of " Compiler Design (CSE3142) ".

Language: C++ - Size: 187 KB - Last synced at: 2 days ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 2

kolosovpetro/RpnCalculator

Reverse Polish Notation Calculator. Evaluates infix expressions.

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

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: about 2 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

wyattscarpenter/golgotha

Define new operators in any language. Do it, coward! Do it now!

Language: Python - Size: 32.2 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ebeneditos/infix

Basic Infix Binary Operators

Language: R - Size: 26.4 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

bhushan-srivastava/Infix-Postfix-Prefix-Conversion-Visualizer

An arithmetic expression can be written in three notations without changing the output of the expression. These notations are - Infix, Postfix and Prefix. This project visualizes the conversions between these notations. You can access it here: https://bhushan-srivastava.github.io/Infix-Postfix-Prefix-Conversion-Visualizer/

Language: JavaScript - Size: 77.1 KB - Last synced at: 11 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mahdiramezanii/Data_Staruct_With_Python_2

Data building project (calculation of suffix expression with Python)

Language: Python - Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 14 - Forks: 0

ard1498/Data-Structures

data structures algorithms and questions

Language: C++ - Size: 49.8 KB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 2 - 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: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

kstrafe/k-infix

Simple but versatile infix parsing for arbitrary expressions. Fully customizable. Comes with basic math expressions implemented.

Language: Racket - Size: 29.3 KB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 2

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: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

LaVivien/BlackoutMath

Solve the blackout math puzzle using two stacks.

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

ElementalMP4/evaluator-o-matic

Converts infix to RPN and then evaluates the expression

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

mralwaleed/solve-infix-and-postfix

This is one of the of programming assignment in the data structure course SLOVE Postfix and infix

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

qwercik/mts

Check satisfiability of first-order logic formulas

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

aaaddress1/mathCalc.java

compute math formul from text in Java

Language: Java - Size: 104 KB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

harishcpu/Expression-Converter-And-Evaluator

Any mathematical expression can be expressed in infix, post-fix and pre-fix formats. This C application is a universal expression convertor implemented using stack data structure. This structure will take input of input expression and conversion option from the user and provide the output in the desired format. The goal of this application is to handle various mathematical operations by converting given expression.

Language: C - Size: 7.81 KB - Last synced at: about 1 year 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: 10 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 2

kevinniland/Thompsons-Construction-on-NFAs

:mortar_board: 3rd year Graph Theory project. Involves writing a program in Python to execute regular expressions on strings using the algorithm known as Thompson's Construction.

Language: Python - Size: 103 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

MovieTone/PostfixToInfixExpressionTree

Postfix to Infix converter built on binary Expression Tree. To convert the tree to Infix expression the inorder tree traversal is applied. Implemented in Java with GUI

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

furkantekke/Haskell_Examples

Language: Haskell - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

japonte21/dtm-language

japonte21's repository for the DTM language

Language: F# - Size: 352 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

mkorsback/ShuntingYard

Swift implementation of the shunting yard algorithm converting infix to postfix notation.

Language: Swift - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

furkanozev/DataStructures-Algorithms

Data Structures And Algorithms (JAVA Language) Algorithms, Complexity Analysis, Data Structures, Linked List, Stack, Postfix, Infix, Iterator, Array List, Priority Queue, Threads, Synchronized, Hash Map, Tree, Heap, Graph,

Language: Java - Size: 4.62 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

fsrt16/Trees

Basics of DATA-STRUCTURE binary search tree , tree and AVL tree

Language: C++ - Size: 3.01 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

borbiuk/word-breaker

Application that split longer words into meaningful constituents.

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

axelbostrom/lincalc

Calculator using postfix and infix. Remember to seed ettan

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

alecrios/evaluator.js

Evaluates mathematical expressions written in infix notation

Language: JavaScript - Size: 440 KB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 3

FiryanulRizky/StrukturData-KuliahSemester2

Kumpulan Projek Struktur Data Kuliah Semester 2

Language: C - Size: 107 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

HamdanSidz/Expression--Tree-all-in-depth-traversals-

It is easier to code expression trees when your infix expression is in postfix form.Using stack I build an expressioon tree, all three traversals pre, in , post orders are code in the file.

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

BaseMax/Infix2PrefixC

This is a simple program that converts infix expressions to prefix 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: 22.5 KB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

sriduth/elixir-infix-operators Fork of elixir-lang/elixir

Implementation of elixir having few extra infix operators.

Language: Elixir - Size: 33.1 MB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

varaste/Infix-Postfix-Postfix-Calculator

🎰 Advanced Calculator

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

dplocki/calculator-kata

The full infix calculator kata, written in Python

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

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

neelayjunnarkar/RandomProjects

This repository contains projects such as Conways Game of Life, Pathfinding, etc.

Language: C++ - Size: 64.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

sirilalithaadapa/dsa

Data Structures and Algorithms using Java

Language: Java - Size: 17 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 3

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

AndersonRezende/formula-executor

Formula converter and executor in string format

Language: PHP - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

estilles/expression-parser

Tet another infix to postfix/reverse polish notation converter.

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

n-alex-goncalves/infix-postfix-prefix-calculator

A Python program that can interpret and solve infix, postfix or prefix equations.

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

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

GiridharRNair/PrefixToInfixCalculator

Java program that converts prefix math notations to infix and evaluates.

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

coderosh/infix-to-postfix

Convert Infix to Postfix

Language: TypeScript - Size: 16.6 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

sumit-kr-das/Stack_Exp_Converter

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

BaseMax/Infix2Postfix-Evaluator

A Javascript Implementation of an Infix to Postfix Evaluator. It can evaluate any infix expression and convert it to postfix expression.

Language: JavaScript - Size: 18.6 KB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BaseMax/Infix2Prefix

This is a simple Infix to Prefix converter written in Javascript.

Language: JavaScript - Size: 15.6 KB - Last synced at: 9 days ago - Pushed at: 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 at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

Dartegnian/Data-Structures-Programs 📦

Some Java programs I made for my Data Structures class at Asia Pacific College.

Language: Java - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - 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

joshiayush/dsa

Implementation of various algorithms.

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

bsteen/cpeg621-infix-calc 📦

CPEG 621 Lab 1 - Infix calculator and prefix generator using flex (lex) and bison (yacc)

Language: Yacc - Size: 776 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - 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: 9 days ago - Pushed at: over 2 years ago - Stars: 2 - 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: 9 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

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

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

farzanehshahi/InfixToPostfix

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

Language: Go - Size: 1.95 KB - Last synced at: 11 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

HxnDev/Infix-Postfix-Prefix-using-Stacks

In this assignment, we did conversions of expressions between infix, prefix and postfix

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

rajeshy45/Smart-Calculator

A smart calculator that uses regex, infix, postfix and prefix algorithms to perform big integer calculations.

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

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

Akashtiwari123/C-programs

All C language programs used in curriculum.

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

crypticani/Data_Structures

Programs of data structures and algorithms in different programming languages.

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

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

jbutcher5/MathEvaluator

A simple but effective C++ math evaluator

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

Simone-Dr/scientificCalculator

A calculator using the Shunting-Yard-Algorithm to transform the infix expression (7 * 2) to postfix (7 2 *).

Language: JavaScript - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

harrydehix/infix-postfix

converts infix expressions to postfix expressions

Language: TypeScript - Size: 56.6 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

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 at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 1

virtualtam/gybberysh

Python library to convert intelligible text to Gibberish (Oppish, Javanais, Pig Latin, you name it!)

Language: Python - Size: 29.3 KB - Last synced at: 8 days ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

yadizhou/Epip

Pipe/Symbolic style programming in Python

Language: Python - Size: 37.1 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

MI-AFP/hw05

Homework to practice work with typeclasses

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

sskender/RUAZOSA-calculator

RUAZOSA calculator homework

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

shaurysrivastav27/questions-solved

all the questions of cp solved

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

Md-Soliman-Ali/Data-Structure

A collection of algorithms for data structure manipulation in C++

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

amaan-mohib/stacker

Infix to postfix/prefix convertor and evaluator.

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

hassan11196/DS-Assignments

Data Structures Assignments - FAST NUCES (Karachi) - CS201 - Fall 2018

Language: C++ - Size: 9.86 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 2

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

kadirmalak/infixxer

Infix to prefix conversion library for Clojure

Language: Clojure - Size: 20.5 KB - Last synced at: 6 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

rajtulluri/Data-Structures-Codes

Sample C++ codes for Data Structures.

Language: C++ - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - 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: over 5 years ago - Stars: 0 - Forks: 0

PetarPeychev/pyboolean

Parse infix boolean expressions to RPN, evaluate and generate truth tables.

Language: Python - Size: 10.7 KB - Last synced at: 10 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

Zaraahmad/Arithmetic-Calculator-Postfix-Converter

Calculator for solving arithmetic expressions and computing Postfix expressions

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

JakeLane/shunting-yard-calculator

Infix Calculator with Dijkstra's Shunting-yard algorithm

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

nazaninsbr/Stack

implementing stack and solving some problems using stack

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

adzkar/Arithmethic-Expression

practice of Postfix, Infix, and Prefix Arithmethic Expression

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

sharpvik/domca

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

Language: Python - Size: 77.1 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

theegyptionprogrammer/3rd-prog-in-data-structures

program to explain infix , prefix , postfix expressions in c++

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

tcrasset/Martist

Implementation of a C++ "mathematical artist" that creates images from random mathematical expressions.

Language: C++ - Size: 5.17 MB - Last synced at: about 2 years 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: 2 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

pavel-filatov/infix

Language: R - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

trungngotdt/Infix-To-Postfix-and-evaluate-postfix-expression-

Language: C++ - Size: 1.08 MB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0