Leetcode 387. First Unique Character in a String

Опубликовано: 23 Октябрь 2024
на канале: Lit Code
89
3

Leetcode 387. First Unique Character in a String - Python Solution

Problem Statement: [https://leetcode.com/problems/first-u...]
Given a string s, find the first non-repeating character in it and return its index. If it does not exist, return -1.