String
179 posts
[Algorithm] C++ 백준 17481번: 최애 정하기
[Algorithm] C++ 백준 13013번: 접미사 배열 2
[Programming] S-expression 문법: dotted pair부터 quasiquote까지
[Algorithm] C++ 백준 13055번: K-Inversions
[Algorithm] C++ 백준 15517번: Array Manipulation at Moloco (Hard)
[Python Cheatsheet] 00. Overview - 사용법/커리큘럼/로드맵
[Python Cheatsheet] 08. OOP & Classes - 클래스/상속/프로퍼티
[Python Cheatsheet] 16. Environment Variables - os.environ/dotenv 패턴
[Python Cheatsheet] 18. subprocess - 외부 프로세스 실행
[Python Cheatsheet] 21. Enum & Flag - 열거형 실전 패턴
[Python Cheatsheet] 29. operator - 연산자 함수와 효율적 접근자
[Python Cheatsheet] 32. contextlib 심화 - suppress, redirect, ExitStack
[Python Cheatsheet] 33. textwrap - 텍스트 정렬과 줄바꿈
[Python Cheatsheet] 34. pprint & reprlib - 예쁜 출력과 요약
[Python Cheatsheet] 36. XML - ElementTree로 XML 파싱/생성
[Python Cheatsheet] 38. zoneinfo - 표준 시간대 (Python 3.9+)
[Python Cheatsheet] 40. urllib.parse - URL 파싱과 조립
[Python Cheatsheet] 41. configparser & tomllib - INI/TOML 설정 파일
[Python Cheatsheet] 43. struct & bytes - 바이너리 데이터 pack/unpack
[Python Cheatsheet] 44. Database - sqlite3/ORM 기본 패턴
[Python Cheatsheet] 47. decimal & fractions - 정밀 수치 연산
[Python Cheatsheet] 48. random - 난수 생성과 무작위 선택
[Python Cheatsheet] 49. uuid - 고유 식별자 생성
[Python Cheatsheet] 50. hashlib & secrets - 해시/보안 난수 패턴
[Python Cheatsheet] 52. sys 심화 - 인터프리터와 런타임 정보
[Python Cheatsheet] 54. zipfile & tarfile - 압축 파일 읽기/쓰기/추출
[Python Cheatsheet] 61. Profiling - cProfile/py-spy 성능 분석
[Python Cheatsheet] 03. Strings - 슬라이싱/포맷팅/검색/치환
[Python Cheatsheet] 13. Files - pathlib/encoding/open 패턴
[Python Cheatsheet] 35. JSON & CSV - 읽기/쓰기/인코딩
[Python Cheatsheet] 37. datetime - timezone/파싱/포맷
[Python Cheatsheet] 39. Regex - 안전하게 쓰는 최소 패턴
[Python Cheatsheet] 57. Logging & Debugging - traceback 읽기
[Algorithm] C++ 백준 9120번: Oulipo 다국어
[Algorithm] C++ 백준 1258번: 문제 할당
[Python] Hugo 대표 이미지 자동 생성기(hero infographic) 사용법
[Algorithm] C++ 백준 13324번: BOJ 수열 2
[Algorithm] C++ 백준 22878번: 간단한 문제
[Algorithm] C++ 백준 2586번: 소방차
[Algorithm] C++ 백준 7727번: Byephone
[Algorithm] C++ 백준 28489번 2048 게임 AI
[Algorithm] C++ 백준 16496번: 큰 수 만들기
[Algorithm] C++ 백준 4354번: 문자열 제곱
[Markdown] 마크다운 제목 정리를 위한 정규식 가이드
[Algorithm] C++ 백준 1031번: 스타 대결
[Algorithm] C++ 백준 22289번: 큰 수 곱셈 (3)
[Windows] Windows 11 듀얼모니터 1920×1080 120Hz 배율 100% 일괄 적용 스크립트
[Algorithm] C++ 백준 15576번: 큰 수 곱셈 (2)
[Algorithm] C++/Python 백준 16993번: 연속합과 쿼리 (세그먼트 트리)
[Algorithm] C++ 백준 18186번: 라면 사기 (Large)
[Algorithm] C++ 백준 28460번: Card Game (Mighty) 시뮬레이션
[Algorithm] Big O 표기법 쉽게 이해하기 - Sam Rose 소개
[Hugo] GitHub Pages에서 301 없이 리디렉션 최적화 - Hugo alias 가이드
[gRPC] gRPC/Proto 호환성과 버저닝 - 안전한 API 진화
[Protobuf] Protocol Buffers Proto3 가이드 - 완전한 데이터 직렬화 솔루션
[Algorithm] C++ 백준 10076번: 휴가 - 최적 풀이
[Algorithm] C++ 백준 10538번: 빅 픽쳐 - 2D 롤링 해시로 O(HW) 매칭
[Algorithm] C++ 백준 11407번: 책 구매하기 3
[Algorithm] C++ 백준 11408번: 열혈강호 5 - MCMF 최소비용 최대매칭
[Algorithm] C++ 백준 1144번: 싼 비용 - Connection Profile DP
[Algorithm] C++ 백준 11717번: Wall Making Game
[Algorithm] C++ 백준 12918번: 정리정돈
[Algorithm] C++ 백준 13323번: BOJ 수열 1 - Slope Trick
[Algorithm] C++ 백준 13547번: 수열과 쿼리 5 - Mo 알고리즘
[Algorithm] C++ 백준 13569번: Rounding - 표 합계 보존 반올림
[Algorithm] C++ 백준 13576번: Prefix와 Suffix
[Algorithm] C++ 백준 14560번: Communism - 합차 제한 MITM
[Algorithm] C++ 백준 14897번: 서로 다른 수와 쿼리 1
[Algorithm] C++ 백준 14959번: Slot Machines - KMP로 최소 주기 O(n)
[Algorithm] C++ 백준 16074번: Mountaineers - Minimax MST·LCA
[Algorithm] C++ 백준 16124번: 나는 행복합니다 - 자릿수 치환 세그먼트 트리
[Algorithm] C++ 백준 16367번: TV Show Game - 2-SAT 풀이
[Algorithm] C++ 백준 16583번: Boomerangs - DFS 간선 페어링
[Algorithm] C++ 백준 16877번: 핌버
[Algorithm] C++ 백준 17429번: 국제 메시 기구
[Algorithm] C++ 백준 17526번: Star Trek
[Algorithm] C++ 백준 2261번: 가장 가까운 두 점
[Algorithm] C++ 백준 2419번: 사수아탕 - 구간 DP
[Algorithm] C++ 백준 2912번: 백설공주와 난쟁이 - 세그트리+후보검증
[Algorithm] C++ 백준 3295번: 단방향 링크 네트워크 - 최대 매칭
[Algorithm] C++ 백준 4001번: 미노타우르스 미궁
[Algorithm] C++ 백준 9248번: Suffix Array - 접미사 배열과 LCP O(n log n)
[Algorithm] C++ 백준 9250번: 문자열 집합 판별
[Algorithm] C++/Python 백준 11479번: 서로 다른 부분 문자열의 개수
[Algorithm] C++/Python 백준 12735번: Boat
[Algorithm] C++/Python 백준 13034번: 다각형 게임 - Sprague–Grundy DP
[Algorithm] C++/Python 백준 13309번: 트리 - 경로 질의와 간선 제거
[Algorithm] C++/Python 백준 15338번: String Puzzle - 루트 압축 점프
[Algorithm] C++/Python 백준 16901번: XOR MST
[Algorithm] C++/Python 백준 17169번: Eat Economically - 그리디 O(N log N)
[Algorithm] C++/Python 백준 18123번: 평행우주
[Algorithm] C++/Python 백준 33651번: Vandalism
[Algorithm] C++/Python 백준 3683번: 고양이와 개 - 투표 최대 만족
[Algorithm] C++/Python 백준 8202번: Conspiracy (스플릿 그래프)
[Algorithm] C++/Python 백준 8227번: Cloakroom
[Algorithm] C++ 백준 13263번 : 나무 자르기
[Algorithm] C++ 백준 12898번 :Selling RNA Strands
[Algorithm] C++ 백준 13727번 : 5차원 구사과 초콜릿
[Algorithm] C++ 백준 14737번 Dev, Please Add This!
[Algorithm] C++ 백준 14960번 - Strongly Matchable
[Algorithm] C++ 백준 15737번 : 일반 그래프 매칭
[Algorithm] C++ 백준 16191번 : Utilitarianism
[Algorithm] C++ 백준 18438 번 : LCS 5
[Algorithm] C++ 백준 31403번 : A + B - C
[Algorithm] C++ 백준 3419번 : Racing Car Trail
[Algorithm] C++ 백준 8235번 : Prefixuffix
[Algorithm] C++ 백준 9208번 : Ringworld
[Algorithm] C++ 백준 1150번 : 백업
[Algorithm] C++ 백준 1605번: 반복 부분문자열
[Windows] 여러 개의 알림 배너를 띄우는 방법
[Algorithm] C++/Python 백준 10266번 : 시계 사진들
[Algorithm] C++/Python 백준 16163번 : 회문 부분 문자열 세기
[VSCode] VS Code에서 정규식을 활용한 문자열 치환 방법
[Algorithm] C++/Python 백준 1671번 : 상어의 저녁식사
[Algorithm] C++/Python 백준 10828번 : 스택
[Algorithm] C++/Python 백준 1225번 : 이상한 곱셈
[Algorithm] C++/Python 백준 16189번 : Repetitive Palindrome
[Algorithm] C++/Python 백준 25501번 : 재귀의 귀재
[Algorithm] C++/Python 백준 1533번 : 길의 개수
[Algorithm] C++/Python 백준 3830번 : 교수님은 기다리지 않는다
[Algorithm] C++/Python 백준 19585번 : 전설
[Algorithm] C++/Python 백준 2711번 : 오타맨 고창영
[Algorithm] C++/Python 백준 5342번 : Billing 다국어
[Algorithm] C++/Python 백준 1384번 : 메시지
[Algorithm] C++/Python 백준 15025번: Judging Moose
[Algorithm] C++/Python 백준 18406번 : 럭키 스트레이트
[Algorithm] C++/Python 백준 23808번 : 골뱅이 찍기 - ㅂ
[Algorithm] C++/Python 백준 28702번 : FizzBuzz 스페셜 저지
[CSharp] 무명 형식
[CSharp] 무시 항목(Discard) - 기본 개념과 실전 활용
[CSharp] 튜플 및 기타 형식 분해
[CSharp] 패턴 일치 개요
[CSharp] C# 프로그램의 기본 구조
[CSharp] C# 형식 시스템
[CSharp] C#의 레코드 형식 소개
[CSharp] 제네릭 클래스 및 메서드
[CSharp] 클래스 소개
[Python] System V IPC를 활용한 공유 메모리와 세마포어
[Algorithm] C++/Python 백준 14725번 : 개미굴
[C#] .NET에서 정규 표현식의 최적화 기법
[Algorithm] C++/Python 백준 5670번 : 휴대폰 자판
[Algorithm] C++/Python 백준 1014번 : 컨닝
[Algorithm] C++/Python 백준 2618번 : 경찰차
[Algorithm] C++/Python 백준 3176번 : 도로 네트워크
[Python] 고급 파이썬 튜토리얼
[Algorithm] C++/Python 백준 14517번 : 팰린드롬 개수 구하기 (Large)
[Shell] 명령어의 입력과 출력을 다루는 방법(I/O Redirection)
[Algorithm] 알고리즘의 주제별 분류
[Python] 기초 로깅 자습서
[Regex] 정규 표현식의 기초(Python)
[Regex] 정규 표현식의 이해와 활용(C#)
[TypeScript] 타입 추론의 모든 것
[DesignPattern] 빌더 패턴
[C#] C# 언어 둘러보기
[C#] C# 데이터 타입
[C#] C# 비동기 프로그래밍 async/await
[C#] C#에서 변수와 상수의 이해
[C#] 배열 (Array)
[Algorithm] C++/Python 백준 11375번 : 열혈강호
[Algorithm] C++/Python 백준 27161번 : 크레이지 타임
[C/C++] C++의 동적 로딩(Dynamic loading) 이해하기
[C#] CancellationTokenSource 클래스 사용법
[OOP] 디미터의 법칙(Law of Demeter) - 결합도 낮추는 객체 협력 가이드
[C#] Source Generators
[C/C++] Lamda를 사용해서 unique_ptr의 자원을 자동으로 해제하기
[.NET] .NET 7 Preview 2 소개 - 더 새로운 경험
[C#] string 객체 사용에서 흔히 하는 실수
Software Unit Test Smells
알고리즘 분류, 알고리즘 구분
[MathJax] Markdown에서 LaTeX로 수식 작성하기
[C/C++] 문자열에서 특정 문자열이 있는지 찾는 방법
[Python Cheatsheet] 01. Basic - 연산자/변수/출력/형변환
[Python Cheatsheet] 02. Built-in Functions
[Design Pattern] Builder - 빌더 패턴
cmd - 윈도우 명령어 인터프리터
[C#] Plugin 구조를 위한 Custom AssemblyLoadContext 만들기
[Regex] C#에서 Regex로 검색한 결과를 재사용하는 방법
[C#] Runtime에 따른 Finalizer 호출 차이
[Shell] Extract directory path and file name from file path
Home