String
182 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번: 문제 할당
[Tool] 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번: 문자열 제곱
[Guide] 마크다운 제목 정리를 위한 정규식 가이드
[Algorithm] C++ 백준 1031번: 스타 대결
[Algorithm] C++ 백준 22289번: 큰 수 곱셈 (3)
[Algorithm] C++ 백준 15576번: 큰 수 곱셈 (2)
[Algorithm] C++/Python 백준 16993번: 연속합과 쿼리 (세그먼트 트리)
[Algorithm] C++ 백준 18186번: 라면 사기 (Large)
[Algorithm] C++ 백준 28460번: Card Game (Mighty) 시뮬레이션
[Algorithm] Big O 표기법 시각 가이드 — Sam Rose 글 정리
[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번: 반복 부분문자열
[Orthography] 나라 맞춤법 검사기 리뉴얼: 바른 한글 새 기능과 특징
[Windows] 여러 개의 알림 배너를 띄우는 방법
[Algorithm] C++/Python 백준 10266번 : 시계 사진들
[Algorithm] C++/Python 백준 16163번 : 회문 부분 문자열 세기
[Tutorial] VSCode 정규식 찾기·치환 완벽 가이드
[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 스페셜 저지
[Algorithm] Two Pointers Algorithm
[CSharp] C# 패턴 일치(Pattern Matching) 개념과 실무 활용
[CSharp] 무명 형식
[CSharp] 무시 항목(Discard) - 기본 개념과 실전 활용
[CSharp] 튜플 및 형식 분해
[CSharp] C# 프로그램의 기본 구조
[CSharp] C# 형식 시스템
[CSharp] C#의 레코드 형식 소개
[CSharp] 제네릭 클래스 및 메서드
[Algorithm] C++/Python 백준 14725번 : 개미굴
[C#] .NET에서 정규 표현식의 최적화 기법
[Algorithm] C++/Python 백준 5670번 : 휴대폰 자판
[Algorithm] C++/Python 백준 1014번 : 컨닝
[Algorithm] C++/Python 백준 2618번 : 경찰차
[Algorithm] C++/Python 백준 3176번 : 도로 네트워크
[Python] 고급 파이썬 튜토리얼: OOP·데코레이터·제너레이터·테스트
[Algorithm] C++/Python 백준 14517번 : 팰린드롬 개수 구하기 (Large)
[Shell] I/O 리디렉션: 표준 입출력·파일 디스크립터·파이프 완벽 가이드
[Technology] CRDT(Conflict-Free Replicated Data Types) 개요와 활용
[Algorithm] 알고리즘의 주제별 분류와 설계 기법
[Algorithm] 코딩 테스트의 역사·유형·준비 방법과 실전 대비 가이드
[C#] 정규 표현식 이해와 활용 — .NET Regex 기초부터 고급
[Python] 정규 표현식(Regex) 기초부터 고급·실전 활용까지
[TypeScript] 타입 추론: 원리·Best Common Type·Contextual Typing·실전 활용
[Algorithm] 충돌 감지 알고리즘 정리
[C#] C# 언어 둘러보기 — 역사·문법·.NET·실습
[C#] async/await 비동기 프로그래밍 정리
[C#] C# 데이터 타입: 값/참조 형식, 리터럴, Nullable 정리
[C#] 배열(Array) 정리: 선언·초기화·System.Array·실전 예제
[C#] 변수와 상수: 로컬·필드·const·readonly·var 완벽 정리
[Algorithm] C++/Python 백준 11375번 : 열혈강호
[Study] 수학 필기를 위한 유용한 팁
[Algorithm] C++/Python 백준 27161번 : 크레이지 타임
[C++] C++ 동적 로딩(dlopen API) 완벽 가이드
[Tutorial] futurecoder - 초보자용 파이썬 무료·오픈소스 인터랙티브 강의
[Rust] Comprehensive Rust 무료 강의 정리 및 코스 구조
[C#] CancellationTokenSource 사용법과 Task 취소 패턴
[C#] Source Generator 개요와 Hello World 예제
[C++] Lambda를 사용한 unique_ptr Custom Deleter 가이드
[C++] cout 소수점 자릿수·정밀도 제어 (precision, fixed)
[.NET] .NET 7 Preview 2 소개 - RegEx 생성기, NativeAOT, CLI 개선
[C#] string 반복 연결 시 흔한 실수와 StringBuilder 사용법
Software Unit Test Smells
알고리즘 분류, 알고리즘 구분
[Tutorial] Markdown·Jekyll에서 LaTeX(MathJax)로 수식 작성하기
[C++] std::string::find로 문자열 검색하기
[Python Cheatsheet] 01. Basic - 연산자/변수/출력/형변환
[Python Cheatsheet] 02. Built-in Functions
[Bash Shell] I/O Redirection - 명령어의 입력과 출력을 다루는 방법
[Design Pattern] Builder - 빌더 패턴
cmd - 윈도우 명령어 인터프리터
[.NET] Custom AssemblyLoadContext로 플러그인 DLL 의존성 로딩하기
[Regex] C#에서 Regex 검색 결과(Match) 재사용하기
[Bash Shell] 파일 이름에서 경로와 확장자 추출하기
[Shell] 리눅스 실행 프로세스 환경변수 확인하기
[Shell] 파일 경로에서 디렉터리 경로와 파일명 추출하기
[Hardware] LattePanda Alpha에 Ubuntu 16.04 LTS 설치 가이드
Home