이장님 초대 (그리디)
로프 (그리디)
수리공 항승 (그리디)
ATM (그리디)
슬라임 합치기 (그리디)
주사위 (그리디)
회의실 배정 (그리디)
동전0 (그리디)
신입 사원 (그리디)
강의실 배정 (그리디)
럭키 스트레이트 (구현)
유기농 배추 (BFS, DFS)
DFS와 BFS
토마토 (BFS)
숨바꼭질 (BFS)
적록색약(BFS) - python
좌표압축 (정렬)
통나무 건너뛰기 (정렬)
N번째 큰 수 (정렬)
수 묶기 (정렬)
두 용액 (이분탐색)
공유기 설치 (이분탐색)
K번째 수 (이분탐색)
중량제한 (이분탐색)
1로 만들기 (DP)
타일링 (DP)
정수형삼각형 (DP)
퇴사 (DP)
병사 배치하기 (DP)
가장 긴 증가하는 부분수열 (DP)
가장 긴 증가하는 부분 수열2 (이진탐색)
특정 거리의 도시 찾기 (최단거리)
최단 경로 (최단 거리)
최소 비용 구하기 (최단 경로)
파티 (최단 경로)
플로이드 (최단 경로)
여행가자 (서로소 집합)
집합의 표현 (서로소 집합)
도시 분할 계획 (최소 스패닝 트리)
네트워크 연결 (최소 스패닝 트리)
ACM Craft (위상정렬)
줄 세우기 (위상정렬)
피보나치 함수 (DP)
Z (Divide&Conquer, Recursion)
아기상어 (BFS, 구현)
AC (문자열)
1, 2, 3 더하기 (DP)
이중 우선순위 큐 (자료구조, 우선순위 큐)
문자열 폭발 (문자열)
LCS3 (DP, 문자열)
Four Squares (DP, Brute force)
회문 (문자열)
contact (문자열, 정규 표현식)
A와 B (문자열)
전화번호 목록 (문자열)
크게 만들기 (Greedy)
단어 수학 (그리디)
카드 정렬하기 (그리디)
공주님의 정원 (그리디)
로봇 청소기 (구현)
치킨배달 (구현)
뱀 (구현)
암호 만들기 (수학)
소수 경로 (수학)
검문 (수학)
소수의 연속합 (수학)
알파벳 (DFS, BFS)
벽 부수고 이동하기 (BFS)
내리막길 (DFS, BFS)
연구소 (BFS)
선 긋기 (sorting)
센서 (sorting)
이차원 배열과 연산 (sorting)
Sort 마스터 배지훈의 후계자 (이진탐색)
개똥벌레 (이진탐색 - upper bound)
과자 나눠주기 (이진탐색)
기타레슨 (이진탐색)
합분해 (DP)
1학년 (DP)
알약 (DP)
줄세우기 (DP)
숨바꼭질 3 (BFS, 다익스트라)
알고스팟 (다익스트라, BFS)
운동 (다익스트라)
작업 (DP)
게임개발 (DP)
별자리 만들기 (MST)
전력난 (MST)
개미굴 (문자열, DataStructure)
괄호제거 (문자열)
N-Queen (backtracking, dfs)
평범한 배낭 (DP, NP)
BAEKJOON #1009 분산처리 - Java
BAEKJOON #1076번 저항 - Java
BAEKJOON #1052 물병 - Java
BAEKJOON #10757 큰 수 A+B - Java
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.You may assume that each inpu
Given a signed 32-bit integer x, return x with its digits reversed. If reversing x causes the value to go outside the signed 32-bit integer range \[-2
Given the head of a sorted linked list, delete all duplicates such that e
Link : Palindrome NumberGiven an integer x, return true if x is palindrome integer.An integer is a palindrome when it reads the same backward as forwa
Link : Longest Common PrefixWrite a function to find the longest common prefix string amongst an array of strings.If there is no common prefix, return
Link : Linked List CycleGiven head, the head of a linked list, determine if the linked list has a cycle in it.There is a cycle in a linked list if the