prefix
Here are 18 public repositories matching this topic...
All the weekly lab work of the subject 18CSC304J Compiler Design.
-
Updated
May 11, 2022 - C++
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
Jul 23, 2024 - C++
This repository will contain codes of " Compiler Design (CSE3142) ".
-
Updated
Nov 20, 2022 - C++
In this assignment, we did conversions of expressions between infix, prefix and postfix
-
Updated
Jul 23, 2021 - C++
In this mini project basic concepts of Data Structure are bound together in one main program
-
Updated
Jul 14, 2020 - C++
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
-
Updated
Feb 1, 2022 - C++
Converting prefix notation to postfix notation and calculating result using stack data structure.
-
Updated
Jun 6, 2018 - C++
Sample C++ codes for Data Structures.
-
Updated
Feb 27, 2020 - C++
program to explain infix , prefix , postfix expressions in c++
-
Updated
Jan 20, 2019 - C++
Basics of DATA-STRUCTURE binary search tree , tree and AVL tree
-
Updated
Oct 7, 2018 - C++
Trie data structure implementation in C++ for efficient word insertion, search, and prefix-based retrieval. Ideal for applications like autocomplete and spell-check
-
Updated
Nov 10, 2024 - C++
Back from the college days, an implementation of arithmetic terms and their prefix, infix & postfix traverse
-
Updated
Jun 4, 2018 - C++
This repository contains projects such as Conways Game of Life, Pathfinding, etc.
-
Updated
Jul 14, 2017 - C++
Works with positive, negative numbers, also with binary and hexadecimal numbers and with Fractions, Roman numerals.
-
Updated
Oct 10, 2022 - C++
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.
-
Updated
Sep 17, 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."