![[LeetCode] 217. Contains Duplicate](/scitechblog/assets/img/posts/algo/leetcode_new.png)
[LeetCode] 217. Contains Duplicate
Solution for LeetCode 217: Contains Duplicate
![[LeetCode] 217. Contains Duplicate](/scitechblog/assets/img/posts/algo/leetcode_new.png)
Solution for LeetCode 217: Contains Duplicate

Review of a critical study on data contamination in LLMs, questioning whether performance gains are due to memorization of test data.

A review of UNet++ (IEEE TMI 2020, online 2019), a powerful evolution of the U-Net architecture for medical image segmentation.

Review of Knowledge-enhanced Auto Diagnosis (KAD), a model that integrates medical domain knowledge into vision-language pre-training.

Resolving ModuleNotFoundError in a src-layout Python project using PYTHONPATH, python -m, and editable installs.

Stabilizing the y-axis range when comparing multi-scale detection results in Matplotlib bar charts.

A step-by-step guide to setting up a Tauri v2 desktop app with a Vite frontend on an Apple Silicon (M1) Mac.
![[BOJ] 10422. Parentheses](/scitechblog/assets/img/posts/algo/baekjoon_new.png)
BOJ 10422: Parentheses solution
![[BOJ] 20443. Badminton Tournament](/scitechblog/assets/img/posts/algo/baekjoon_new.png)
Solution to Baekjoon 20443: Badminton Tournament
![[BOJ] 23832. Coprime Graph](/scitechblog/assets/img/posts/algo/baekjoon_new.png)
BOJ 23832: Coprime Graph solution