Coding Test

190 posts
Coding Test
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 정답…
Coding Test
members

Leetcode - 584. Find Customer Referee

일시불
문제 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 - 1757. Recyclable and Low Fat Products

일시불
문제 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 - 595. Big Countries

일시불
문제 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

프로그래머스: 코딩테스트 연습 - 해시 - 베스트앨범

일시불
문제 https://programmers.co.kr/learn/courses/30/lessons/42579 정답 from collections import defaultdict def solution(genres, plays): summary = defaultdict(list) plays_summary = defaultdict(int) index = 0 for genre,…
Coding Test
members

프로그래머스: 코딩테스트 연습 - 해시 - 위장

일시불
문제 https://programmers.co.kr/learn/courses/30/lessons/42578 정답 from collections import defaultdict def solution(clothes): comb = defaultdict(list) for cloth, category in clothes: comb[category].append(cloth)…
Leetcode - 56. Merge Intervals
Coding Test
members

Leetcode - 56. Merge Intervals

일시불
Leetcode - 92. Reverse Linked List II
Coding Test
members

Leetcode - 92. Reverse Linked List II

일시불
아스키 미로 압축(ASCII maze compression)
members

아스키 미로 압축(ASCII maze compression)

일시불
Leetcode - 328. Odd Even Linked List
Coding Test
members

Leetcode - 328. Odd Even Linked List

일시불