2021
Python 3 Containers
October 27, 2021Overview of Python collections containers: UserDict, OrderedDict, and deque with practical usage notes.
1 min read·python[Baekjoon] Gear
October 26, 2021Solution for Baekjoon 14891 (Gear/Cogwheel) using recursive state checking and deque-based rotation.
1 min read·algorithm[Programmers] Stepping Stones
October 22, 2021Solution for the Programmers stepping stones problem using binary search on minimum distance.
1 min read·algorithmNaver Boostcamp AI Tech 2nd - Week 11 Report
October 22, 2021Week 11 retrospective of Naver Boostcamp AI Tech covering the Relation Extraction competition, model experiments, and leaderboard submissions.
1 min read·naver-boostcampml+1[Programmers] Lifeboat
October 22, 2021Solution for the Programmers lifeboat problem using a greedy two-pointer approach.
1 min read·algorithm[Programmers] H-Index
October 22, 2021Solution for the Programmers H-Index problem using sorting and linear scan.
1 min read·algorithm