SamarMaithani / First-Unique-Character-in-a-String

Given a string s, find the first non-repeating character in it and return its index. If it does not exist, return -1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Given a string s, find the first non-repeating character in it and return its index. If it does not exist, return -1


Languages

Language:C++ 100.0%