YoungStudyShopping / leetcode_study

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

2020-07월 #6

Open geonyeongkim opened 4 years ago

geonyeongkim commented 4 years ago

2020-07월 알고리즘 자율풀이

geonyeongkim commented 4 years ago

2020-07-01 수요일

boj - 10026. 적록색약

10026. 적록색약

occidere commented 4 years ago

2020-07-01 수요일

819. Most Common Word

geonyeongkim commented 4 years ago

2020-07-02 목요일

boj - 2583. 영역구하기

2583. 영역구하기

occidere commented 4 years ago

2020-07-02 목요일

694. Number of Distinct Islands

geonyeongkim commented 4 years ago

2020-07-03 금요일

boj - 14502. 연구소

14502. 연구소

@occidere 난이도가 어떤건가요....?

전 easy도 버겁습니다...ㅎㅎㅎㅎ 오늘 dfs 푼거 이거 정답률 54%인데.... 왜케 저한테 어렵죠?ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ

occidere commented 4 years ago

2020-07-03 금요일

1268. Search Suggestions System

occidere commented 4 years ago

2020-07-05 일요일

1265. Print Immutable Linked List in Reverse

occidere commented 4 years ago

2020-07-06 월요일

1480. Running Sum of 1d Array

occidere commented 4 years ago

2020-07-07 화요일

211. Add and Search Word - Data structure design

occidere commented 4 years ago

2020-07-08 수요일

1476. Subrectangle Queries

occidere commented 4 years ago

2020-07-09 목요일

1119. Remove Vowels from a String

occidere commented 4 years ago

2020-07-10 금요일

1490. Clone N-ary Tree

occidere commented 4 years ago

2020-07-13 월요일

1512. Number of Good Pairs

occidere commented 4 years ago

2020-07-14 화요일

1486. XOR Operation in an Array

1165. Single-Row Keyboard

1409, Queries on a Permutation With Key

occidere commented 4 years ago

2020-07-15 수요일

1469. Find All The Lonely Nodes

760. Find Anagram Mappings

iannamkr commented 4 years ago

2020-07-16 목요일

1506. Find Root of N-Ary Tree

leetcode 에서는 Memory Limit Exceeded 가 발생하네요.

occidere commented 4 years ago

2020-07-16 목요일

1506. Find Root of N-Ary Tree

iannamkr commented 4 years ago

2020-07-17 금요일

5. Longest Palindromic Substring

:angry:

273. Integer to English Words

하.. 성준님 말대로 부질 없는 짓이었네요...

occidere commented 4 years ago

2020-07-17 금요일

273. Integer to English Words

occidere commented 4 years ago

2020-07-18 토요일

1086. High Five

occidere commented 4 years ago

2020-07-19 금요일

227. Basic Calculator II

occidere commented 4 years ago

2020-07-20 월요일

269. Alien Dictionary

개빡세네요...

occidere commented 4 years ago

2020-07-21 화요일

394. Decode String

iannamkr commented 4 years ago

@occidere

평소에 몰랐던 것들을 배웠네요 :+1:

linked-list 를 사용하던 dynamic-array를 사용하던 push/pop 연산비용은 O(n) 이나, linked-list 는 allocate 비용이 크므로 대부분의 경우 dynamic-array가 O(1)으로 효율적이라 ArrayDeque로 바뀐 듯함.

그럼 애초에 왜 list를 사용한건지는 이해가 안가네요...

https://github.com/google/error-prone/issues/257#issue-47410794 갓글형님이 ArrayDeque 가 짱이라네요..

아래는 pure하게 함수형 방식으로 stack 을 구현하는 방법을 설명한 블로그입니다.

덕분에 좋은 자료를 찾긴 찾았는데 이해하긴 어렵네요..ㅎㅎ

occidere commented 4 years ago

2020-07-22 수요일

362. Design Hit Counter

occidere commented 4 years ago

2020-07-24 금요일

953. Verifying an Alien Dictionary

occidere commented 4 years ago

2020-07-25 토요일

706. Design HashMap

occidere commented 4 years ago

2020-07-26 일요일

199. Binary Tree Right Side View

occidere commented 4 years ago

2020-07-27 월요일

415. Add Strings

occidere commented 4 years ago

2020-07-28 화요일

981. Time Based Key-Value Store

occidere commented 4 years ago

2020-07-30 목요일

759. Employee Free Time

occidere commented 4 years ago

2020-07-31 금요일

412. Fizz Buzz