Programs of data structures and algorithms in different programming languages.
-
Updated
Oct 18, 2020 - C
8000
Programs of data structures and algorithms in different programming languages.
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
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.
Programs for my Compiler Design Lab
Algoritmy - 1. projekt
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.
All C language programs used in curriculum.
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…
Kumpulan Projek Struktur Data Kuliah Semester 2
Converts infix to RPN and then evaluates the expression
Evaluates Infix Expression in C without objects.
C program to convert an infix expression in the postfix expression
A GPLv3 C library for converting infix expressions to prefix expressions (Polish notation)
Contains data structure algorithms, I worked on, in my college practical course.
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.
Add a description, image, and links to the infix topic page so that developers can more easily learn about it.
To associate your repository with the infix topic, visit your repo's landing page and select "manage topics."