Author name: Admin

Non Repeating Character

gfg-potd

Given a string s consisting of lowercase Latin Letters. Return the first non-repeating character in s. If there is no non-repeating character, return ‘$’.Note:When you return

Anagram

gfg-potd

Given two strings s1 and s2 consisting of lowercase characters. The task is to check whether two given strings are an anagram of each

Add Binary Strings

gfg-potd

Given two binary strings s1 and s2 consisting of only 0s and 1s. Find the resultant string after adding the two Binary Strings.Note: The input

Scroll to Top