Showing posts with label WEEK-7. Show all posts
Showing posts with label WEEK-7. Show all posts

Monday, October 17, 2022

WEEK-7

 WEEK-7

A. Write a program to implement Stacks

Program:

Output:




B. Write a program to implement Queues

Program:

Output:





WEEK-11

 Write a program to implement Tree Traversal Algorithms  Preorder  Inorder  Postorder Program: Output: