leetcode(리트코드)236-Lowest Common Ancestor of a Binary Tree
leetcode 236 - Lowest Common Ancestor of a Binary Tree 문제입니다. 1. 문제 https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다...
leetcode 236 - Lowest Common Ancestor of a Binary Tree 문제입니다. 1. 문제 https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다...
leetcode 125 - Valid Palindrome 문제입니다. 1. 문제 https://leetcode.com/problems/valid-palindrome/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. Top 100 Interview 문제입니다. 4. 문제 해석 문자열이 ...
프로그래머스 - 비밀지도 문제 입니다. 1. 문제 https://programmers.co.kr/learn/courses/30/lessons/17681 2. 분류 및 난이도 Programmers 문제입니다. 2018년도 kakao Blind 문제이고, 난이도는 가장 쉬운 난이도입니다. 3. 생각한 것들(문제 접근 방법) 문제 난이...
프로그래머스 - 실패율 문제 입니다. 1. 문제 https://programmers.co.kr/learn/courses/30/lessons/42889# 2. 분류 및 난이도 Programmers 문제입니다. 2019년도 kakao Blind 문제이고, 난이도는 가장 쉬운 난이도입니다. 3. 생각한 것들(문제 접근 방법) 정렬된 상...
프로그래머스 - 다트게임 문제 입니다. 1. 문제 https://programmers.co.kr/learn/courses/30/lessons/17682 2. 분류 및 난이도 Programmers 문제입니다. 2018년도 kakao Blind 문제이고, 난이도는 가장 쉬운 난이도입니다. 3. 생각한 것들(문제 접근 방법) 이전 점수...
leetcode 230 - Kth Smallest Element in a BST 문제입니다. 1. 문제 https://leetcode.com/problems/kth-smallest-element-in-a-bst/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. leetcode Top 100 L...
leetcode 100 - Same Tree 문제입니다. 1. 문제 https://leetcode.com/problems/same-tree/ 2. Input , Output 3. 분류 및 난이도 Eazy 난이도 문제입니다. https://www.teamblind.com/post/New-Year-Gift---Curated-List-...
leetcode March 30일 - Russian Doll Envelopes 문제입니다. 1. 문제 https://leetcode.com/problems/russian-doll-envelopes/ 2. Input , Output 3. 분류 및 난이도 Hard 난이도입니다. 3월 30일자 챌린지 문제입니다. 4. 문제 해석 ...
leetcode 91 - Decode Ways 문제입니다. 1. 문제 https://leetcode.com/problems/decode-ways/ 2. Input , Output 3. 분류 및 난이도 Medium 난이도 문제입니다. https://www.teamblind.com/post/New-Year-Gift---Curated-...
leetcode March 29일 - Flip Binary Tree To Match Preorder Traversal 문제입니다. 1. 문제 https://leetcode.com/problems/flip-binary-tree-to-match-preorder-traversal/ 2. Input , Output 3. 분류 및 난이도 ...