0% found this document useful (0 votes)
0 views

Assignment 4

Uploaded by

pratapshivam007
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

Assignment 4

Uploaded by

pratapshivam007
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment 4

1. Write a C program to implement Linear Search algorithm using recursion.

2. Write a C program to implement Binary Search algorithm in iterative way. Also implement the above
search algorithm using recursion.

3. Write a C program to solve Tower of Hanoi problem using recursion.

You might also like