university-skills

Basic Skills acquired in semesters in Programming

View on GitHub

ASSIGNMENT 13

  1. Write a C program to implement stack using array. Solution

  2. Write down a C program to implement multiple stacks.Solution

  3. Write a C program to input two Stacks and compare their contents. Solution

  4. Implement Queue operations using Python language.Solution

  5. Implement Stack operations using Python language.Solution

  6. Write a C Program to evaluate a Postfix expression.Solution

  7. Write down a C program to implement a priority queue.Solution

  8. Write down a C program to implement the infix to postfix evaluation. Solution

  9. Write a C program to implement input and output restricted dequeues. Solution Solution2
  10. Write down a C- program to implement the push () operation of the stack and return the top of it. Solution