infix
Here are 113 public repositories matching this topic...
Language:All
Sort:Most stars
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.
- Updated
Jun 26, 2025 - C++
This repository will contain codes of " Compiler Design (CSE3142) ".
- Updated
Nov 20, 2022 - C++
Data building project (calculation of suffix expression with Python)
- Updated
Apr 2, 2022 - Python
Reverse Polish Notation Calculator. Evaluates infix expressions.
- Updated
Nov 30, 2020 - C#
Evaluates mathematical expressions written in infix notation
- Updated
Jan 3, 2023 - JavaScript
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.
- Updated
Jan 9, 2023 - Java
A string utility package for manipulation, analysis, comparison, transformation, n-grams, and similarity metrics.
- Updated
May 31, 2025 - TypeScript
A simple but effective C++ math evaluator
- Updated
Dec 4, 2021 - C++
Data Structures and Algorithms using Java
- Updated
Jan 4, 2022 - Java
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.
- Updated
Jun 25, 2021 - Java
Bangladesh covid19 API
- Updated
Dec 7, 2022 - JavaScript
Programs of data structures and algorithms in different programming languages.
- Updated
Oct 18, 2020 - C
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
- Updated
Oct 16, 2020 - C
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/
- Updated
Jul 5, 2024 - HTML
In this assignment, we did conversions of expressions between infix, prefix and postfix
- Updated
Jul 23, 2021 - C++
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
- Updated
Feb 17, 2022 - Python
🎓 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.
- Updated
Jan 20, 2020 - Python
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.
- Updated
Dec 2, 2022 - C
Improve this page
Add a description, image, and links to theinfix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theinfix topic, visit your repo's landing page and select "manage topics."