Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/08/05 (1)
넘치게 채우기
[LeetCode] 2053. Kth Distinct String in an Array
https://leetcode.com/problems/kth-distinct-string-in-an-array/description/?envType=daily-question&envId=2024-08-05leetcode - Kth Distinct String in an Array문제 유형 : 해시, 문자열처리문제 난이도 : Easy 문제A distinct string is a string that is present only once in an array.Given an array of strings arr, and an integer k, return the kth distinct string present in arr. If there are fewer than k distinct strings, r..
PS/LeetCode
2024. 8. 5. 09:53