Sadhana Events Lists
Sadhana Events Lists
1. Reverse a String
Scenario: You are building a simple text reversal feature for a document editor.
Question: Write a function to reverse a given string.
2. Palindrome Check
Scenario: You are building a username validation feature and need to ensure the
username is not a palindrome.
Question: Write a function to check if a given string is a palindrome.
6. Anagram Check
Scenario: You are developing a word game where the user has to unscramble an
anagram.
Question: Write a function to check if two strings are anagrams.