WEEK-4
A. Write a Python program for Linear Search
Program:
Output 1:
Output 2:
B. Write a Python program for Binary search
Program:
Output 1:
Output 2:
WEEK-4
A. Write a Python program for Linear Search
Program:
Output 1:
Output 2:
B. Write a Python program for Binary search
Program:
Output 1:
Write a program to implement Tree Traversal Algorithms Preorder Inorder Postorder Program: Output: