A curated repository of solved LeetCode and DSA problems mapped across core algorithmic patterns, optimized for top-tier software engineering interviews.
-
Updated
Aug 23, 2026 - HTML
A curated repository of solved LeetCode and DSA problems mapped across core algorithmic patterns, optimized for top-tier software engineering interviews.
Link-List,Stack,Queue,Tree,hash Function,Graph
a brief code based solution for various questions in lab_manual
Infix Expression Operations
Django Website to Convert infix Expression to Postfix/Prefix Expression. Also Evaluate Postfix/Prefix Expression.
This is a prefix evaluator written in C. It takes a prefix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )
A calculator utilizing prefix and postfix expression algorithm to compute complex mathametical operations input as string.
3rd Sem Algorithms...
A simple Postfix Prefix Calculator based on stack.
Add a description, image, and links to the prefix-evaluation topic page so that developers can more easily learn about it.
To associate your repository with the prefix-evaluation topic, visit your repo's landing page and select "manage topics."