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

Tuesday, October 25, 2022

WEEK-8

 WEEK-8

Write a program to implement Singly linked list

  • Insert
  • Delete
  • Traverse
Program:








Output:







WEEK-11

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