Below is the concise compilation of some topics that might help in the interview preparation. Consider surfing through them!
Write a code to reverse a number | Write the code to find the Fibonacci series upto the nth term. |
Write the code of Greatest Common Divisor | Write a code for the Perfect number |
Write a code to check if two Strings are Anagram or not | Write a code to check if the given string is a palindrome or not |
Write a code to calculate the frequency of characters in a string | Write a code to check if two strings match, where one string contains wildcard characters |
Write a code for bubble sort | How is the merge sort algorithm implemented? |
Write to code to check whether a given year is leap year or not | Find non-repeating characters in a string |