Untitled

 avatar
unknown
plain_text
3 years ago
217 B
4
Indexable
let str = "aitatechnologies"

Given a string, find its first non-repeating character




Example : 
String => “algorithm”
Answer => a
Explanation: As ‘a’ is first character in the string which does not repeat.
Editor is loading...