2021
-
[Programmers] Stepping Stones
October 22, 2021Solution for the Programmers stepping stones problem using binary search on minimum distance.
1 min read ·algorithm -
Naver 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 -
[Programmers] Disguise
October 21, 2021Solution to the Programmers 'Disguise' hash problem using combinatorics to count clothing outfit combinations.
1 min read ·algorithm -
[Programmers] Phone Book
October 21, 2021Solution for the Programmers phone book problem using sorting and prefix comparison.
1 min read ·algorithm