![[LeetCode] 704. Binary Search](/scitechblog/assets/img/posts/algo/leetcode_new.png)
[LeetCode] 704. Binary Search
Solution for LeetCode 704: Binary Search
![[LeetCode] 704. Binary Search](/scitechblog/assets/img/posts/algo/leetcode_new.png)
Solution for LeetCode 704: Binary Search
![[LeetCode] 125. Valid Palindrome](/scitechblog/assets/img/posts/algo/leetcode_new.png)
Solution for LeetCode 125: Valid Palindrome
![[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