Welcome to Day 26 of the DSA Coding Challenge:
Todays Goals (Strings):
-Strings Data Structure Crash Course
Question 1:Non repeating character - You are given a string consisting of only lower case and upper-case English Alphabets and integers 0 to 9. Write a function that will take this string as Input and return the index of the first character that is non-repeating.
Question 2:Palindrome-You are given a string. Write a function to check whether the string is a palindrome or not.
All the best!