2021
[Baekjoon] Picnic
November 10, 2021Solution for Baekjoon 2026 (Picnic) using DFS on a friendship graph with adjacency matrix and adjacency list.
1 min read·algorithm[Baekjoon] Password Creation
November 8, 2021Solution for Baekjoon 1759 (Password Creation) using combinations with vowel and consonant constraints.
1 min read·algorithm[Programmers] Filename Sort
November 2, 2021Solution for the Programmers filename sort problem using regex-based splitting and custom sort keys.
1 min read·algorithm[Programmers] English Word Chain
October 29, 2021Solution for the Programmers word chain game problem using stack-based simulation and modular arithmetic.
1 min read·algorithmNLP Trends
October 29, 2021Survey of NLP trends including reinforcement learning for summarization and QA, and multimodal NLP+CV approaches like Show and Tell and GLAC Net.
1 min read·nlpKill All Matching Processes with grep
October 29, 2021One-liner to find and kill all matching processes using ps, grep, awk, and xargs.
1 min read·dev-tools