Assignement Questions of Programming - DSA
Assignement Questions of Programming - DSA
Problems on Arrays
1. Find the smallest number in an array
18. Replace each element of the array by its rank in the array
Problems on Numbers
1. Check if a number is palindrome or not
7. Even or Odd
Problems on Sorting
1. Bubble Sort Algorithm
Problems on String
1. Check if a given string is palindrome or not
7. Reverse a String
8. Remove brackets from an algebraic expression
15. Check if two strings match where one string contains wildcard characters
19. Remove characters from first string present in the second string
20. Change every letter with the next lexicographic alphabet in the given string
24. Write a program to find a word in a given string which has the highest number
of repeated letters
27. Write a program to find a substring within a string. If found display its starting
position