분류 전체보기
-
[75 LeetCode] 40 - House RobberStudy/Leetcode 2023. 5. 28. 16:23
[75 LeetCode]는 코딩테스트 연습을 위해 한 페이스북 개발자가 추천하는 75가지 알고리즘 문제를 풀어보는 시리즈이다. 블라인드 원문: https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU 문제 링크: https://leetcode.com/problems/house-robber/description/ House Robber - LeetCode Can you solve this real interview question? House Robber - You are a professional robber planning to rob houses alo..
-
[75 LeetCode] 39 - Combination Sum IVStudy/Leetcode 2023. 5. 28. 16:00
[75 LeetCode]는 코딩테스트 연습을 위해 한 페이스북 개발자가 추천하는 75가지 알고리즘 문제를 풀어보는 시리즈이다. 블라인드 원문: https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU 문제 링크: https://leetcode.com/problems/combination-sum-iv/description/ Combination Sum IV - LeetCode Can you solve this real interview question? Combination Sum IV - Given an array of distinct integers nu..
-
[75 LeetCode] 38 - Word BreakStudy/Leetcode 2023. 5. 28. 13:38
[75 LeetCode]는 코딩테스트 연습을 위해 한 페이스북 개발자가 추천하는 75가지 알고리즘 문제를 풀어보는 시리즈이다. 블라인드 원문: https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU 문제 링크: https://leetcode.com/problems/word-break/description/ Word Break - LeetCode Can you solve this real interview question? Word Break - Given a string s and a dictionary of strings wordDict, return ..
-
[75 LeetCode] 37 - Reverse BitsStudy/Leetcode 2023. 5. 25. 21:08
[75 LeetCode]는 코딩테스트 연습을 위해 한 페이스북 개발자가 추천하는 75가지 알고리즘 문제를 풀어보는 시리즈이다. 블라인드 원문: https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU 문제 링크: https://leetcode.com/problems/reverse-bits/description/ Reverse Bits - LeetCode Can you solve this real interview question? Reverse Bits - Reverse bits of a given 32 bits unsigned integer. Note: ..
-
[75 LeetCode] 36 - Search in Rotated Sorted ArrayStudy/Leetcode 2023. 5. 25. 19:50
[75 LeetCode]는 코딩테스트 연습을 위해 한 페이스북 개발자가 추천하는 75가지 알고리즘 문제를 풀어보는 시리즈이다. 블라인드 원문: https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU 문제 링크: https://leetcode.com/problems/search-in-rotated-sorted-array/submissions/957017518/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly lan..
-
[75 LeetCode] 35 - Container With Most WaterStudy/Leetcode 2023. 5. 25. 01:05
[75 LeetCode]는 코딩테스트 연습을 위해 한 페이스북 개발자가 추천하는 75가지 알고리즘 문제를 풀어보는 시리즈이다. 블라인드 원문: https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU 문제 링크: https://leetcode.com/problems/container-with-most-water/description/ Container With Most Water - LeetCode Can you solve this real interview question? Container With Most Water - You are given an ..
-
[75 LeetCode] 34 - 3 SumStudy/Leetcode 2023. 5. 22. 03:11
[75 LeetCode]는 코딩테스트 연습을 위해 한 페이스북 개발자가 추천하는 75가지 알고리즘 문제를 풀어보는 시리즈이다. 블라인드 원문: https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU 문제 링크: https://leetcode.com/problems/3sum/description/ 3Sum - LeetCode Can you solve this real interview question? 3Sum - Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]]..
-
Chat GPT를 활용하여 유튜브 공부하기Study/개발 2023. 5. 22. 01:29
요즘에는 공부하다보면 유튜브의 자료를 참고하게 되는 경우가 많다. 특히, 다양한 세션들이 유튜브에 올라오는데 관심 세션만 해도 한 번에 수십개의 영상이 올라오기 때문에 다 보기에는 힘든 경우가 종종 있다. 특히 원어 영상인 경우 더 시간이 오래걸리기도 한다. 이 때 Chat GPT를 활용해보니 쉽게쉽게 요약된 정보를 얻을 수 있어서 팁을 공유한다. 꼭 개발 세션같은 영상일 필요는 없고 다양한 공부에 활용할 수 있다. 주의) - 모든 영상에 사용할 수는 없다. 스크립트가 없는 경우에는 할 수 없기 때문에. - 긴 영상인 경우 input limit 때문에 적당한 지점을 잡아 분할을 해야한다. 1. 영상 우측 하단의 점 세개버튼을 누른다. 2. 스크립트를 표시 버튼을 누른다. 3. 타임스태프를 제거한다. 4...