코드리뷰
105 posts
[AI] Everything Claude Code: 강력한 AI 코딩 에이전트 설정 가이드
[Security] 프라이버시는 마케팅, 익명성은 아키텍처
[Algorithm] C++ 백준 18526번: Bomas
[Algorithm] C++ 백준 23575번: Squid Game
[Algorithm] C++ 백준 29200번: 문제 수 줄이기
[VSCode] Markdown Preview Enhanced로 다이어그램 미리보기
[AI] 엔지니어를 위한 ChatGPT 활용 가이드: 프롬프트와 사용 사례
[GCC] -finstrument-functions 사용법
[Algorithm] C++ 백준 7626번: 직사각형
[Algorithm] C++/Python 백준 10854번: Divisions - 약수 개수
[Algorithm] C++/Python 백준 16993번: 연속합과 쿼리 (세그먼트 트리)
[Software] Cursor CLI 소개: 터미널에서 쓰는 개발 에이전트
[Algorithm] C++ 백준 17476번: 수열과 쿼리 28
[Algorithm] C++ 백준 18186번: 라면 사기 (Large)
[Software] Cognitive Load(인지 부하) in Code - 실용 가이드
[Algorithm] C++ 백준 10076번: 휴가 - 최적 풀이
[Algorithm] C++ 백준 10538번: 빅 픽쳐 - 2D 롤링 해시로 O(HW) 매칭
[Algorithm] C++ 백준 11012번: Egg - 2D 직사각형 쿼리 스위핑+BIT
[Algorithm] C++ 백준 11407번: 책 구매하기 3
[Algorithm] C++ 백준 11408번: 열혈강호 5 - MCMF 최소비용 최대매칭
[Algorithm] C++ 백준 1144번: 싼 비용 - Connection Profile DP
[Algorithm] C++ 백준 11933번: 공장들
[Algorithm] C++ 백준 1210번: 마피아 - 정점 분할 최소 컷
[Algorithm] C++ 백준 12918번: 정리정돈
[Algorithm] C++ 백준 12963번: 달리기
[Algorithm] C++ 백준 13323번: BOJ 수열 1 - Slope Trick
[Algorithm] C++ 백준 13329번: Meteor Shower
[Algorithm] C++ 백준 13510번: 트리와 쿼리 1
[Algorithm] C++ 백준 13538번: XOR 쿼리 - 퍼시스턴트 트라이
[Algorithm] C++ 백준 13545번: 수열과 쿼리 0
[Algorithm] C++ 백준 13547번: 수열과 쿼리 5 - Mo 알고리즘
[Algorithm] C++ 백준 13569번: Rounding - 표 합계 보존 반올림
[Algorithm] C++ 백준 14166번: 로봇 소 무리 (Robotic Cow Herd)
[Algorithm] C++ 백준 14636번: Money for Nothing - Monge DnC
[Algorithm] C++ 백준 14897번: 서로 다른 수와 쿼리 1
[Algorithm] C++ 백준 14959번: Slot Machines - KMP로 최소 주기 O(n)
[Algorithm] C++ 백준 15974번: 공룡 발자국
[Algorithm] C++ 백준 15977번: 조화로운 행렬 - 3D LIS/CDQ
[Algorithm] C++ 백준 16181번: Coloring Roads (도로 색칠하기)
[Algorithm] C++ 백준 16583번: Boomerangs - DFS 간선 페어링
[Algorithm] C++ 백준 16977번: 히스토그램에서 가장 큰 직사각형과 쿼리 - PBS+세그트리
[Algorithm] C++ 백준 17134번: 르모앙의 추측
[Algorithm] C++ 백준 17429번: 국제 메시 기구
[Algorithm] C++ 백준 17526번: Star Trek
[Algorithm] C++ 백준 17613번: 점프 - 구간 최대 점프넘버
[Algorithm] C++ 백준 1763번: 트리 색칠 - 비율 그리디
[Algorithm] C++ 백준 2261번: 가장 가까운 두 점
[Algorithm] C++ 백준 2419번: 사수아탕 - 구간 DP
[Algorithm] C++ 백준 24272번: 루트 노드가 많은 트리일수록 좋은 트리이다
[Algorithm] C++ 백준 2912번: 백설공주와 난쟁이 - 세그트리+후보검증
[Algorithm] C++ 백준 3295번: 단방향 링크 네트워크 - 최대 매칭
[Algorithm] C++ 백준 3611번: 팀의 난이도
[Algorithm] C++ 백준 4001번: 미노타우르스 미궁
[Algorithm] C++ 백준 8131번: Ploughing - 슬라이딩 윈도우
[Algorithm] C++ 백준 8177번: Ice Skates - 최대연속합 세그트리
[Algorithm] C++ 백준 8987번: 수족관 3 - 카르테시안 트리
[Algorithm] C++ 백준 9248번: Suffix Array - 접미사 배열과 LCP O(n log n)
[Algorithm] C++/Python 백준 11479번: 서로 다른 부분 문자열의 개수
[Algorithm] C++/Python 백준 12735번: Boat
[Algorithm] C++/Python 백준 12771번: Oil
[Algorithm] C++/Python 백준 13034번: 다각형 게임 - Sprague–Grundy DP
[Algorithm] C++/Python 백준 13309번: 트리 - 경로 질의와 간선 제거
[Algorithm] C++/Python 백준 14869번: 요리 강좌 - DP, 슬라이딩 윈도우 최적화
[Algorithm] C++/Python 백준 15338번: String Puzzle - 루트 압축 점프
[Algorithm] C++/Python 백준 16901번: XOR MST
[Algorithm] C++/Python 백준 16998번: Mod World
[Algorithm] C++/Python 백준 17169번: Eat Economically - 그리디 O(N log N)
[Algorithm] C++/Python 백준 18123번: 평행우주
[Algorithm] C++/Python 백준 18485번 : Nine Judges
[Algorithm] C++/Python 백준 2316번: 도시 왕복하기 2 - Dinic, Node Splitting
[Algorithm] C++/Python 백준 33651번: Vandalism
[Algorithm] C++/Python 백준 3683번: 고양이와 개 - 투표 최대 만족
[Algorithm] C++/Python 백준 5250번: 최단 경로들
[Algorithm] C++/Python 백준 8227번: Cloakroom
[Algorithm] C++/Python 백준 8872번: 빌라봉
[Algorithm] C++/Python 백준 8885번: Pirate Chest - 수면 상승 고려 최대 체적
[Algorithm] C++/Python 백준 9244번: 핀볼 - 스위프 라인
[Algorithm] C++ 백준 13263번 : 나무 자르기
[Algorithm] C++ 백준 1648번: 격자판 채우기
[Algorithm] C++ 백준 3878번: 점 분리
[Hyper-V] 가상 머신 해상도 설정: Set-VMVideo 활용 가이드
[CleanCode] 코드 최적화: 조건문 올리고 반복문 내리기
[Programming] HTML은 프로그래밍 언어인가? html-lang.org 중심 탐구
[Security] 암호화를 잘못 구현하는 방법 - 보안 실수 사례와 대응
[Python] 클린 코드의 중요성
[CSharp] 예외 및 예외 처리
[CSharp] 무시 항목(Discard) - 기본 개념과 실전 활용
[Programming] CRLF와 LF의 차이·운영체제별 줄바꿈 정리
[Refactoring] 코드 리팩토링의 중요성과 모범 사례
[SoftwareTesting] 소스 코드 테스트 커버리지 메트릭과 활용
[Tutorial] futurecoder - 초보자용 파이썬 무료·오픈소스 인터랙티브 강의
[Rust] Comprehensive Rust 무료 강의 정리 및 코스 구조
[Tutorial] Learn Prompting - 프롬프트 엔지니어링 무료 가이드 정리
[GitHub] github.dev - 웹 브라우저에서 쓰는 GitHub 전용 IDE
[OOP] 디미터의 법칙(Law of Demeter)과 결합도 낮추기
[C#] Source Generator 개요와 Hello World 예제
[C++] cout 소수점 자릿수·정밀도 제어 (precision, fixed)
[Clean Code] 클린 코드와 같은 건 없다
[Programming] 가장 똑똑한 소프트웨어 엔지니어에게 배운 10가지 교훈
[Programming] 페어 프로그래밍 안티 패턴과 개선 방법
[Jekyll] Minimal Mistakes 페이지 넓게 보기
[SW] 개발자가 갖춰야 할 필수 마인드와 원칙
[RPM] Spec 파일에서 주석과 매크로 동시 사용 시 주의사항
[.NET] 런타임별 Finalizer 호출 차이와 IDisposable 권장
[Hardware] LattePanda Alpha에 Ubuntu 16.04 LTS 설치 가이드
Home