본문 바로가기

🛠️Skill/CodingTest29

[leetcode] 601. Human Traffic of Stadium / 연속된 숫자 3개 이상 601. Human Traffic of Stadium https://leetcode.com/problems/human-traffic-of-stadium/ Human Traffic of Stadium - LeetCode Can you solve this real interview question? Human Traffic of Stadium - Table: Stadium +---------------+---------+ | Column Name | Type | +---------------+---------+ | id | int | | visit_date | date | | people | int | +---------------+---------+ visit_date leetcode.com Write a.. 2023. 4. 19.
[leetcode] 262. Trips and Users / 취소 비율 구하기 262. Trips and Users https://leetcode.com/problems/trips-and-users/ Trips and Users - LeetCode Can you solve this real interview question? Trips and Users - Table: Trips +-------------+----------+ | Column Name | Type | +-------------+----------+ | id | int | | client_id | int | | driver_id | int | | city_id | int | | status | enum | | request_at | leetcode.com The cancellation rate is computed .. 2023. 4. 17.
[leetcode] 1321. Restaurant Growth/7일간의 이동 평균 1321. Restaurant Growth https://leetcode.com/problems/restaurant-growth/ Restaurant Growth - LeetCode Can you solve this real interview question? Restaurant Growth - 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 You are the restaurant owner and you want to analyze a possible expansion (th.. 2023. 3. 29.
[leetcode] 1341. Movie Rating / 평점 가장 많이 남긴 사람, 평점이 가장 높은 영화 1341. Movie Rating https://leetcode.com/problems/movie-rating/ Movie Rating - LeetCode Can you solve this real interview question? Movie Rating - Table: Movies +---------------+---------+ | Column Name | Type | +---------------+---------+ | movie_id | int | | title | varchar | +---------------+---------+ movie_id is the primary key for this leetcode.com Write an SQL query to: Find the name of th.. 2023. 3. 27.
[leetcode] 1204. Last Person to Fit in the Bus / 버스 마지막 승객 구하기 1204. Last Person to Fit in the Bus https://leetcode.com/problems/last-person-to-fit-in-the-bus/ Last Person to Fit in the Bus - LeetCode Can you solve this real interview question? Last Person to Fit in the Bus - 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 There is a queue of people wa.. 2023. 3. 9.
[leetcode] 1174. Immediate Food Delivery II / 즉시배송할 수 있는 주문비율 1174. Immediate Food Delivery II https://leetcode.com/problems/immediate-food-delivery-ii/ Immediate Food Delivery II - LeetCode Can you solve this real interview question? Immediate Food Delivery II - Table: Delivery +-----------------------------+---------+ | Column Name | Type | +-----------------------------+---------+ | delivery_id | int | | customer_id | int | | order_date | d leetcode.com.. 2023. 3. 8.