[Python] 파이썬/Leetcode_14Days plan for DataStructure
[Leetcode] 387. First Unique Character in a String {Day 6 String} (In Python)
두부군_
2021. 12. 1. 01:05
코드들은 https://github.com/Eastar-DS/Python/tree/main/14%20Days%20Study%20Plan%20about%20Data_Structure에도 있습니다
처음으로 반복되지 않는 스트링의 인덱스를 반환하는 함수.
Conter와 enumerate를 이용해 손쉽게 구한다.