YoungStudyShopping / leetcode_study

https://leetcode.com/problemset/all/
7 stars 0 forks source link

2020-06월 #4

Open occidere opened 4 years ago

occidere commented 4 years ago

2020-06월 LeetCode 자율풀이

occidere commented 4 years ago

226. Invert Binary Tree

geonyeongkim commented 4 years ago

235. Lowest Common Ancestor of a Binary Search Tree

seungdols commented 4 years ago

27. remove element

야매로 풀면 leetcode에서 다 분석 하는구나...ㅋㅋㅋㅋㅋ

geonyeongkim commented 4 years ago

2020-06-02 화요일

938. Range Sum of BST

occidere commented 4 years ago

2020-06-02 화요일

237. Delete Node in a Linked List

96. Unique Binary Search Trees

geonyeongkim commented 4 years ago

2020-06-03 수요일

617. Merge Two Binary Trees

occidere commented 4 years ago

2020-06-03 수요일

1029. Two City Scheduling

iannamkr commented 4 years ago

2020-06-03 수요일

Database, easy(5)

1141. User Activity for the Past 30 Days I

1142. User Activity for the Past 30 Days II

1076. Project Employees II

1083. Sales Analysis II

619. Biggest Single Number

geonyeongkim commented 4 years ago

2020-06-04 목요일

590. N-ary Tree Postorder Traversal

source

589. N-ary Tree Preorder Traversal

source

700. Search in a Binary Search Tree

source

897. Increasing Order Search Tree

source

559. Maximum Depth of N-ary Tree

source

965. Univalued Binary Tree

source

872. Leaf-Similar Trees

source

iannamkr commented 4 years ago

2020-06-04 목요일

Database, hard(1)

1412. Find the Quiet Students in All Exams

seungdols commented 4 years ago

다들 쩌시네요...

Roman to Integer 실패

  1. Defanging an IP Address
occidere commented 4 years ago

2020-06-04 목요일

95. Unique Binary Search Trees II

344. Reverse String

1431. Kids With the Greatest Number of Candies

1389. Create Target Array in the Given Order

1464. Maximum Product of Two Elements in an Array

1395. Count Number of Teams

geonyeongkim commented 4 years ago

2020-06-05 금요일

1022. Sum of Root To Leaf Binary Numbers

source

669. Trim a Binary Search Tree

source

637. Average of Levels in Binary Tree

source

653. Two Sum IV - Input is a BST

source

seungdols commented 4 years ago

2020-06-05

금요일 휴가 떠나기 전 급하게... (알고리즘 푸는 감을 다 잊어버렸네요 ㅠ )

Kids With the Greatest Number of Candies

iannamkr commented 4 years ago

2020-06-05 금요일

Database

579. Find Cumulative Salary of an Employee (hard)

1212. Team Scores in Football Tournament (medium)

1270. All People Report to the Given Manager (medium)

608. Tree Node (medium)

1241. Number of Comments per Post (easy)

occidere commented 4 years ago

2020-06-05 금요일

113. Path Sum II

114. Flatten Binary Tree to Linked List

528. Random Pick with Weight

occidere commented 4 years ago

2020-06-06 토요일

1450. Number of Students Doing Homework at a Given Time

406. Queue Reconstruction by Height

geonyeongkim commented 4 years ago

2020-06-06 토요일

538. Convert BST to Greater Tree

source

geonyeongkim commented 4 years ago

2020-06-07 일요일

530. Minimum Absolute Difference in BST

source

occidere commented 4 years ago

2020-06-07 일요일

518. Coin Change 2

geonyeongkim commented 4 years ago

2020-06-08 월요일

783. Minimum Distance Between BST Nodes

source

993. Cousins in Binary Tree

source

404. Sum of Left Leaves

source

occidere commented 4 years ago

2020-06-08 월요일

1470. Shuffle the Array

231. Power of Two

654 Maximum Binary Tree

1460 Make Two Arrays Equal by Reversing Sub-arrays

iannamkr commented 4 years ago

2020-06-08 월요일

Database

Algorithms

1341. Movie Rating (medium)

1350. Students With Invalid Departments (easy)

518. Coin Change 2

seungdols commented 4 years ago

2020-06-08

1470 Shuffle the Array

이 문제는 공간 메모리를 많이 쓰는 단점이 있는데, in memory 해법은 좀 더 고민 해봐야겠네요.

문제 푸는 의욕이... ㄷㄷ 수신/컬렉션의 탈주 의욕이 엿보입니다. ㅋㅋㅋ

iannamkr commented 4 years ago

@seungdols 으아아아아악

occidere commented 4 years ago

2020-06-09 화요일

1436. Destination City

392. Is Subsequence

1252. Cell with Odd Values in a Matrix

iannamkr commented 4 years ago

2020-06-09 화요일

Database

1159. Market Analysis II

geonyeongkim commented 4 years ago

2020-06-09 화요일

257. Binary Tree Paths

source

543. Diameter of Binary Tree

source

iannamkr commented 4 years ago

2020-06-10 수요일

Database

1393. Capital Gain/Loss (medium)

1132. Reported Posts II (medium)

618. Students Report By Geography (hard)

geonyeongkim commented 4 years ago

2020-06-10 수요일

437. Path Sum III

path_sum_III

572. Subtree of Another Tree

subtree_of_another_tree

501. Find Mode in Binary Search Tree

find_mode_in_binary_search_tree

687. Longest Univalue Path

longest_univalue_path

1290. Convert Binary Number in a Linked List to Integer

convert_binary_number_in_a_linked_list_to_integer

occidere commented 4 years ago

2020-06-10 수요일

35. Search Insert Position

5. Longest Palindromic Substring

occidere commented 4 years ago

2020-06-11 목요일

75. Sort Colors

1115. Print FooBar Alternately

occidere commented 4 years ago

2020-06-12 금요일

380. Insert Delete GetRandom O(1)

geonyeongkim commented 4 years ago

2020-06-12 금요일

876. Middle of the Linked List

middle_of_the_linked_list

206. Reverse Linked List

reverse_linked_list

geonyeongkim commented 4 years ago

2020-06-13 토요일

21. Merge Two Sorted Lists

merge_two_sorted_lists

83. Remove Duplicates from Sorted List

remove_duplicates_from_sorted_list

occidere commented 4 years ago

2020-06-13 토요일

368. Largest Divisible Subset

geonyeongkim commented 4 years ago

2020-06-14 일요일

141. Linked List Cycle

linked_list_cycle

seungdols commented 4 years ago

2020-06-14 일요일

occidere commented 4 years ago

2020-06-14 일요일

787. Cheapest Flights Within K Stops

geonyeongkim commented 4 years ago

2020-06-15 월요일

160. Intersection of Two Linked Lists

intersection_of_two_linked_lists

234. Palindrome Linked List

palindrome_linked_list

occidere commented 4 years ago

2020-06-15 월요일

700. Search in a Binary Search Tree

seungdols commented 4 years ago

2020-06-15 월요일

1389 create target array in the given order

occidere commented 4 years ago

2020-06-16 화요일

468. Validate IP Address

geonyeongkim commented 4 years ago

2020-06-16 화요일

225. Implement Stack using Queues

implement_stack_using_queues

occidere commented 4 years ago

2020-06-17 수요일

130. Surrounded Regions

geonyeongkim commented 4 years ago

2020-06-17 수요일

1002. Find Common Characters

find_common_characters

1365. How Many Numbers Are Smaller Than the Current Number

how_many_numbers_are_smaller_than_the_current_number

771. Jewels and Stones

jewels_and_stones

961. N-Repeated Element in Size 2N Array

n_repeated_element_in_size_2n_array

1207. Unique Number of Occurrences

unique_number_of_occurrences

occidere commented 4 years ago

2020-06-18 목요일

274. H-Index

275. H-Index II

geonyeongkim commented 4 years ago

2020-06-18 목요일

1480. Running Sum of 1d Array

running_sum_of_1d_array

geonyeongkim commented 4 years ago

2020-06-19 금요일

463. Island Perimeter

islandperimeter

884. Uncommon Words from Two Sentences

uncommon_words_from_two_sentences

706. Design HashMap

design_hashmap

705. Design HashSet

design_hashset

occidere commented 4 years ago

2020-06-19 금요일

937. Reorder Data in Log Files

1192. Critical Connections in a Network