최근 포스트

[Hackerrank] Merge two sorted linked lists

문제 설명 Given pointers to the heads of two sorted linked lists, merge them into a single, sorted linked list. Either head pointer may be null meaning that the ...

[Hackerrank] Non-Divisible Subset

문제 설명 Given a set of distinct integers, print the size of a maximal subset of S where the sum of any 2 numbers in S` is not evenly divisible by k.

[Hackerrank] Climbing the Leaderboard

문제 설명 An arcade game player wants to climb to the top of the leaderboard and track their ranking. The game uses Dense Ranking, so its leaderboard works like ...