This document contains code for several algorithms and data structures:
1) Infix to postfix conversion using a stack.
2) Evaluating a postfix expression using another stack.
3) Queue implementation using an array.
4) Linear search algorithm.
5) GCD calculation.
6) Factorial calculation.
7) Stack implementation with push and pop functions.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
58 views2 pages
DS Micro
This document contains code for several algorithms and data structures:
1) Infix to postfix conversion using a stack.
2) Evaluating a postfix expression using another stack.
3) Queue implementation using an array.
4) Linear search algorithm.
5) GCD calculation.
6) Factorial calculation.
7) Stack implementation with push and pop functions.