prefix
Here are 11 public repositories matching this topic...
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 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.
-
Updated
Dec 2, 2022 - C
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…
-
Updated
Feb 14, 2021 - C
Programs for my Compiler Design Lab
-
Updated
Nov 17, 2018 - C
Fast, pure C Trie dictionary
-
Updated
Dec 26, 2019 - C
This is a prefix evaluator written in C. It takes a prefix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )
-
Updated
Dec 2, 2022 - C
Improve this page
Add a description, image, and links to the prefix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prefix topic, visit your repo's landing page and select "manage topics."