leetcode(리트코드)221-Maximal Square
leetcode 221 - Maximal Square 문제입니다. 1. 문제 https://leetcode.com/problems/maximal-square/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. leetcode Top 100 Liked 문제입니다. 4. 문제 해석 1로...
leetcode 221 - Maximal Square 문제입니다. 1. 문제 https://leetcode.com/problems/maximal-square/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. leetcode Top 100 Liked 문제입니다. 4. 문제 해석 1로...
leetcode 122 - Best Time to Buy and Sell 문제입니다. 1. 문제 https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. Top 100 Interview 문...
leetcode March 28일 - Reconstruct Original Digits from English 문제입니다. 1. 문제 https://leetcode.com/problems/reconstruct-original-digits-from-english/ 2. Input , Output 3. 분류 및 난이도 Medium 난...
leetcode March 27일 - Palindromic Substrings 문제입니다. 1. 문제 https://leetcode.com/problems/palindromic-substrings/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도입니다. 3월 27일자 챌린지 문제입니다. 4. 문제 해...
leetcode 118 - Pascal’s Triangle 문제입니다. 1. 문제 https://leetcode.com/problems/pascals-triangle/ 2. Input , Output Input: numRows = 5 Output: [[1],[1,1],[1,2,1],[1,3,3,1],[1,4,6,4,1]] 3. ...
프로그래머스 - 짝지어 제거하기 문제 입니다. 1. 문제 https://programmers.co.kr/learn/courses/30/lessons/12973 2. 분류 및 난이도 Programmers 문제입니다. 지인들이 풀어보라해서 풀어봤습니다. 3. 생각한 것들(문제 접근 방법) 문자열의 길이가 백만으로 O(n)으로 풀어야...
leetcode 108 - Convert Sorted Array to Binary Search Tree 문제입니다. 1. 문제 https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문...
leetcode 213 - House Robber II 문제입니다. 1. 문제 https://leetcode.com/problems/house-robber-ii/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. https://www.teamblind.com/post/New-Year-Gift--...
leetcode 215 - Kth Largest Element in an Array 문제입니다. 1. 문제 https://leetcode.com/problems/kth-largest-element-in-an-array/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. leetcode Top 1...
leetcode 207 - Course Schedule 문제입니다. 1. 문제 https://leetcode.com/problems/course-schedule/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. leetcode Top 100 Liked 문제입니다. 4. 문제 해석 ...