Linked List Stacks and Queues

Back to Video tutor Chapter Wise

1)  Convert Infix to Post-fix

      Problem - 1
      Algebraic infix expression

      Problem - 2
      Boolean infix expression
      Printed notes on: 
      Linked List, Stacks and Queues
      Page No. 3, Question 9
      Few changes made to the question. 

      Problem - 3
      Boolean infix expression
      Printed notes on: 
      Linked List, Stacks and Queues
      Page No. 3, Question 10
      Few changes made to the question. 

2)  Evaluate Post-fix

      Problem - 1
      Algebraic Post-fix expression
      Printed notes on: 
      Linked List, Stacks and Queues
      Page No. 4, Question 3

      Problem - 2
      Algebraic Post-fix expression
      Printed notes on: 
      Linked List, Stacks and Queues
      Page No. 4, Question 4

      Problem - 3
      Boolean Post-fix expression
      Printed notes on: 
      Linked List, Stacks and Queues
      Page No. 5, Question 7

      Problem - 4
      Boolean Post-fix expression
      Printed notes on: 
      Linked List, Stacks and Queues
      Page No. 5, Question 8

3)  STACK USING LINKED LIST

      Problem - 1
      Basic code for Push
      Member & Non-Member
      Printed notes on: 
      Linked List, Stacks and Queues
      Page 12, Question 1, Push Member
      Page 13, Question 2, Push Non-Member

      Problem - 2
      Push - Non-member function

      Problem - 3
      Push - Member function

      Problem - 4
      Basic code for Pop
      Member & Non - Member

      Problem - 5
      Pop - Non Member function

      Problem - 6
      Pop Member Function

4)  QUEUE USING LINKED LIST

      Problem - 1
      Basic code for Insert
      Member & Non-Member

      Problem - 2
      Insert - Non-Member Function

      Problem - 3
      Insert - Member Function

      Problem - 4
      Basic code for delete
      Member & Non-Member Function

      Problem - 5
      Delete - Non Member Function

      Problem - 6
      Delete - Member Function

5)  CIRCULAR QUEUE




           

Comments

Popular posts from this blog