알고리즘 문제 풀이 기록 저장소
- 현재 진행 과정
leetcode study 참여하여 Blind 75 풀이 중
푼 문제
- 배열 정렬하기
- 배열 제어하기
- 두 개 뽑아서 더하기
- 모의고사
- 행렬의 곱셈
- 실패율
- 방문 길이
- 올바른 괄호
- 10진수를 2진수로 변환하기
- 괄호 회전하기
- 짝지어 제거하기
- 주식 가격
- 크레인 인형뽑기 게임
- 표 편집
- 요세푸스 문제
- 기능 개발
- 카드 뭉치
- 두 개의 수로 특정값 만들기
- 완주하지 못한 선수
- 할인 행사
- 오픈채팅방
- 베스트 앨범
- 신고 결과 받기
- 메뉴 리뉴얼
- 트리 순회
- 예상 대진표
- 다단계 칫솔 판매
Programmers lv.2 정답률 70% 이상 완료 ✔
- 최댓값과 최솟값
- JadenCase 문자열 만들기
- 최솟값 만들기
- 올바른 괄호
- 이진 변환 반복하기
- 숫자의 표현
- 다음 큰 숫자
- 피보나치 수
- 짝지어 제거하기
- 카펫
Programmers lv.2 정답률 60% 이상 완료 ✔
- 영어 끝말잇기
- 구명보트
- 점프와 순간 이동
- 예상 대진표
- N개의 최소공배수
- 멀리 뛰기
- 귤 고르기
- 연속 부분 수열 합의 개수
- 괄호 회전하기
- 할인 행사
- n^2 배열 자르기
- H-Index
- 행렬의 곱셈
- [1차] 캐시
- 의상
- 튜플
- 기능개발
- 프로세스
- 뉴스 클러스터링
- 피로도
- 전화번호 목록
- k진수에서 소수 개수 구하기
- 타겟 넘버
Programmers lv.2 정답률 50% 이상 - 풀이 중
- [3차] 압축
- [3차] n진수 게임
- 게임 맵 최단거리
- 모음사전
- 더 맵게
- 주차 요금 계산
- 방문 길이
- 주식 가격
- 뒤에 있는 큰 수 찾기
- 땅따먹기
- 스킬트리
- 오픈채팅방
- 롤케이크 자르기
- [3차] 파일명 정렬
- [1차] 프렌즈4블록
- 2xn 타일링
- 택배상자
- 가장 큰 수
- 2개 이하로 다른 비트
- 쿼드압축 후 개수 세기
- 숫자 변환하기
Programmers lv.3
- 정수 삼각형
Array 101 ✔
- Max Consecutive Ones
- Find Numbers with Even Number of Digits
- Squares of a Sorted Array
- Duplicate Zeros
- Merge Sorted Array
- Remove Element
- Remove Duplicates from Sorted Array
- Check If N and Its Double Exist
- Valid Mountain Array
- Replace Elements with Greatest Element on Right Side
- Remove Duplicates from Sorted Array
- Move Zeroes
- Sort Array By Parity
- Remove Element
- Height Checker
- Third Maximum Number
- Find All Numbers Disappeared in an Array
- Squares of a Sorted Array
Array and String ✔
- Find Pivot Index
- Largest Number At Least Twice of Others
- Plus One
- Diagonal Traverse
- Spiral Matrix
- Pascal's Triangle
- Add Binary
- Implement strStr()
- Longest Common Prefix
- Reverse String
- Array Partition 1
- Two Sum 2
- Minimum Size Subarray Sum
- Rotate Array
- Pascal's Triangle 2
- Reverse Words in a String
- Reverse Words in a String 3
Hash Table ✔
- Design HashSet
- Design HashMap
- Contains Duplicate
- Single Number
- Intersection of Two Arrays
- Happy Number
- Two Sum
- Isomorphic Strings
- Minimum Index Sum Of Two Lists
- First Unique Character in a String
- Intersection of Two Arrays 2
- Contains Duplicate 2
- Group Anagrams
- Valid Sudoku
- Find Duplicate Subtrees
- Jewels and Stones
- Longest Substring Without Repeating Characters
- 4Sum 2
- Top K Frequent Elements
- Insert Delete GetRandom O(1)
Linked List ✔
- Design Linked List
- Linked List Cycle
- Linked List Cycle 2
- Intersection of Two Linked Lists
- Remove Nth Node From End of List
- Reverse Linked List
- Remove Linked List Elements
- Odd Even Linked List
- Palindrome Linked List
- Design Doubly Linked List
- Merge Two Sorted Lists
- Add Two Numbers
- Flatten a Multilevel Doubly Linked List
- Copy List with Random Pointer
- Rotate List
Queue & Stack ✔
- Design Circular Queue
- Min Stack
- Valid Parentheses
- Daily Temperatures
- Evaluate Reverse Polish Notation
- Number of Islands
- Open the Lock
- Perfect Squares
- Clone Graph
- Target Sum
- Implement Queue using Stacks
- Implement Stack using Queues
- Decode String
- Flood Fill
- 01 Matrix
- Keys and Rooms
Binary Tree ✔
- Binary Tree Preorder Traversal
- Binary Tree Inorder Traversal
- Binary Tree Postorder Traversal
- Binary Tree Level Order Traversal
- Maximum Depth of Binary Tree
- Symmetric Tree
- Path Sum
- Construct Binary Tree from Inorder and Postorder Traversal
- Construct Binary Tree from Preorder and Inorder Traversal
- Populating Next Right Pointers in Each Node
- Populating Next Right Pointers in Each Node 2
- Lowest Common Ancestor of a Binary Tree
- Serialize and Deserialize Binary Tree
Recursion 1 ✔
- Reverse String
- Swap Nodes in Pairs
- Reverse Linked List
- Search in a Binary Search Tree
- Pascal's Triangle 2
- Fibonacci Number
- Climbing Stairs
- Maximum Depth of Binary Tree
- Pow(x, n)
- Merge Two Sorted Lists
- K-th Symbol in Grammar
- Unique Binary Search Trees 2
N-ary Tree ✔
- N-ary Tree Preorder Traversal
- N-ary Tree Postorder Traversal
- N-ary Tree Level Order Traversal
- Maximum Depth of N-ary Tree
DFS/BFS
- 타겟넘버 - DFS
- 게임 맵 최단거리 - BFS
- 1379 - Find a Corresponding Node of a Binary Tree in a Clone of That Tree
- 938 - Range Sum of BST
- 617 - Merge Two Binary Trees
- 897 - Increasing Order Search Tree
- 2331 - Evaluate Boolean Binary Tree
- 590 - N-ary Tree Postorder Traversal
- 226 - Invert Binary Tree
- 104 - Maximum Depth of Binary Tree
Prefix Sum
- 209 - Minimum Size Subarray Sum
- 238 - Product of Array Except Self
- 525 - Contiguous Array
- 724 - Find Pivot Index
- 930 - Binary Subarrays With Sum
- 1480 - Running Sum of 1d Array
- 1588 - Sum of All Odd Length Subarrays
- 1991 - Find the Middle Index in Array
- 2485 - Find the Pivot Integer
- 2574 - Left and Right Sum Differences