Coding Questions 2021 | Tcs

Example: Input - "aabbc", Output - "c"

Example: Input - 1 -> 2 -> 3 -> 4 -> 5, Output - 3 Tcs Coding Questions 2021

Given a string, find the first non-repeating character in it. Example: Input - "aabbc", Output - "c" Example:

print(is_palindrome("madam")) # Output: True Example: Input - "aabbc"