Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

1.

Write a program for finding the Unique Elements in an Array with efficient memory
usage.
10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 95, 85, 75, 65, 55, 45, 35, 25, 15, 05,10, 15, 20,
25, 30, 35, 40, 45, 50, 55
15, 25, 35, 45, 55, 12, 22, 32, 43, 52, 15, 25, 35, 45, 55

2. Write a program to check whether given string is a palindrome or not?

3. Write a program to find the factorial of a given number with and without using
recursive calls?

4. Write a program Tower Of Hanoi Algorithm Source Code?

5. Write a program to start a new thread and wait for the main thread to join the worker
threads?

You might also like