본문 바로가기

분류 전체보기

(174)
[Leetcode] 1817. Finding the Users Active Minutes https://leetcode.com/problems/finding-the-users-active-minutes Finding the Users Active Minutes - LeetCode Can you solve this real interview question? Finding the Users Active Minutes - You are given the logs for users' actions on LeetCode, and an integer k. The logs are represented by a 2D integer array logs where each logs[i] = [IDi, timei] indicates that the leetcode.com class Solution: def f..
[Leetcode] 2657. Find the Prefix Common Array of Two Arrays https://leetcode.com/problems/find-the-prefix-common-array-of-two-arrays Find the Prefix Common Array of Two Arrays - LeetCode Can you solve this real interview question? Find the Prefix Common Array of Two Arrays - Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com class Solution: def findThe..
[Leetcode] 2744. Find Maximum Number of String Pairs https://leetcode.com/problems/find-maximum-number-of-string-pairs Find Maximum Number of String Pairs - LeetCode Can you solve this real interview question? Find Maximum Number of String Pairs - You are given a 0-indexed array words consisting of distinct strings. The string words[i] can be paired with the string words[j] if: * The string words[i] is equal to the rev leetcode.com class Solution:..
[Leetcode] 2103. Rings and Rods https://leetcode.com/problems/rings-and-rods/ Rings and Rods - LeetCode Can you solve this real interview question? Rings and Rods - There are n rings and each ring is either red, green, or blue. The rings are distributed across ten rods labeled from 0 to 9. You are given a string rings of length 2n that describes the n rings leetcode.com class Solution: def countPoints(self, rings: str) -> int:..
[수원 카페] 올드페리도넛 수원 오목천점 / 주말 방문 후기(2024.2.24) 수원에 올드페리 도넛이 생겼다고 하여 다녀왔다! 얼마전 오픈한 스타필드 영향인지 사람이 생각보다 많지는 않았다. 위치는 서수원의 오목천동과 고색동 사이쯤?에 위치했다. 근처 주민이 아니면 차 없이는 가기 힘들거 같은 위치 (이러나 저러나 동수원에 사는 나에겐 너무나도 먼..) 그래도 주차장이 굉장히 넓고 주차 안내해주시는 (친절한) 안내원 분도 계셔서 편하게 다녀올 수 있었다. 입구부터 귀염귀염한 캐릭터가 맞이해주어 사진 찍기 좋아 보였다. 3층에서 주문을 할 수 있으니 바로 3층으로 올라가면 된다. 좌석은 3, 4, 5층에 있으니 좌석을 먼저 보고 가도 좋을거 같다. 성격 급한 한국인은 엘리베이터 내려오는 시간을 못참아서 계단으로 올라갔는데 계단 벽과 각 층 입구 문에도 예쁘게 꾸며져 있었다! 3층에 ..
[Leetcode] 1347. Minimum Number of Steps to Make Two Strings Anagram https://leetcode.com/problems/minimum-number-of-steps-to-make-two-strings-anagram/ Minimum Number of Steps to Make Two Strings Anagram - LeetCode Can you solve this real interview question? Minimum Number of Steps to Make Two Strings Anagram - You are given two strings of the same length s and t. In one step you can choose any character of t and replace it with another character. Return the mini..
[Leetcode] 2913. Subarrays Distinct Element Sum of Squares I https://leetcode.com/problems/subarrays-distinct-element-sum-of-squares-i Subarrays Distinct Element Sum of Squares I - LeetCode Can you solve this real interview question? Subarrays Distinct Element Sum of Squares I - You are given a 0-indexed integer array nums. The distinct count of a subarray of nums is defined as: * Let nums[i..j] be a subarray of nums consisting of all the ind leetcode.com..
[튀르키예 Turkiye] 괴레메 숙소 위치 추천 / 터키 자유여행 괴레메 호텔을 검색해보면 엄청나게 많이 나온다. 실제로 가보니 큰 도로를 기준으로 동네 분위기가 달라져서 작성해보는 글이다! 괴레메는 큰 도로(Adnan Menderes Cd.)를 기준으로 나눌 수 있다. 1번 지역: 2번에 비해 상대적으로 로컬 동네의 느낌이 들었다. 상대적으로 경사가 덜하고 길이 넓고 관광객이 적었다. 괴레메에 실제로 거주하는 주민이 별로 없다지만 소수 있다면 이쪽 동네에 거주할 듯?! (뇌피셜) 밤에 혼자 걸어가는데 사람이 없어서 무서웠음.. 다음날은 일찍 들어갔다. 조용하고 경사가 덜한곳을 원한다면 1번도 괜찮을듯! 어차피 좁은 동네라 다 걸어다닐 수 있다. 2번 지역: 괴레메 숙소를 예약하며 흔히 생각하는 그 모습 돌과 동굴스러운 숙소와 골목길, 그리고 오르막으로 이루어져있다..

728x90