Coding Test
190 posts
Coding Test
members
프로그래머스 - 코딩테스트 연습 - 깊이/너비 우선 탐색(DFS/BFS) - 타겟 넘버
문제
https://programmers.co.kr/learn/courses/30/lessons/43165
정답
얼핏 보기에 DFS가 아닌 것 같지만 DFS 문제이다. 주어지는 numbers 의 길이가 20개 이하기 때문에 재귀로 간단하게 해결이 가능하다.…
members
Leetcode - 601. Human Traffic of Stadium
문제
Loading...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
정답…
members
Leetcode - 176. Second Highest Salary
문제
Loading...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
정답…
members
Leetcode - 175. Combine Two Tables
문제
Loading...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
정답…
members
Leetcode - 177. Nth Highest Salary
문제
Loading...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
정답…
Coding Test
members
Leetcode - 178. Rank Scores
문제
Loading...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
정답…
members
Leetcode - 181. Employees Earning More Than Their Managers
문제
Loading...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
정답…
members
Leetcode - 184. Department Highest Salary
문제
Loading...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
정답…
members
Leetcode - 183. Customers Who Never Order
문제
Loading...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
정답…