A curated repository of solved LeetCode and DSA problems mapped across core algorithmic patterns, optimized for top-tier software engineering interviews.
-
Updated
Sep 6, 2026 - HTML
A curated repository of solved LeetCode and DSA problems mapped across core algorithmic patterns, optimized for top-tier software engineering interviews.
a brief code based solution for various questions in lab_manual
Link-List,Stack,Queue,Tree,hash Function,Graph
Infix Expression Operations
This is a prefix evaluator written in C. It takes a prefix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )
Django Website to Convert infix Expression to Postfix/Prefix Expression. Also Evaluate Postfix/Prefix Expression.
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.
To associate your repository with the prefix-evaluation topic, visit your repo's landing page and select "manage topics."