|
|
226. LeetCode 1491. Average Salary Excluding the Minimum and Maximum Salary
( 쿠케캬캬 개발 기록 | 23-05-01 13:47 )
|
반응형 https://leetcode.com/problems/average-salary-excluding-the-minimum-and-maximum-salary/description/ Average Salary Excluding the Minimum and Maximum Salary - LeetCode Can you solve this real interview question... Tag: Algorithm, leetcode
|
|
227. LeetCode 1822. Sign of the Product of an Array
( 쿠케캬캬 개발 기록 | 23-05-02 12:43 )
|
반응형 https://leetcode.com/problems/sign-of-the-product-of-an-array/ Sign of the Product of an Array - LeetCode Can you solve this real interview question? Sign of the Product of an Array - There is a function signF... Tag: Algorithm, leetcode
|
|
228. LeetCode 1579. Remove Max Number of Edges to Keep Graph Fully Traversable
( 쿠케캬캬 개발 기록 | 23-04-30 13:05 )
|
반응형 https://leetcode.com/problems/remove-max-number-of-edges-to-keep-graph-fully-traversable/description/ Remove Max Number of Edges to Keep Graph Fully Traversable - LeetCode Can you solve this real interview ques... Tag: Algorithm, leetcode
|
|
229. LeetCode 839. Similar String Groups
( 쿠케캬캬 개발 기록 | 23-04-29 13:43 )
|
반응형 https://leetcode.com/problems/similar-string-groups/description/ Similar String Groups - LeetCode Can you solve this real interview question? Similar String Groups - Two strings X and Y are similar if w... Tag: Algorithm, leetcode
|
|
230. LeetCode 1697. Checking Existence of Edge Length Limited Paths
( 쿠케캬캬 개발 기록 | 23-04-29 14:09 )
|
반응형 https://leetcode.com/problems/checking-existence-of-edge-length-limited-paths/description/ Checking Existence of Edge Length Limited Paths - LeetCode Can you solve this real interview question? Checking Existe... Tag: Algorithm, leetcode
|
|
231. LeetCode 1046. Last Stone Weight
( 쿠케캬캬 개발 기록 | 23-04-24 21:01 )
|
반응형 https://leetcode.com/problems/last-stone-weight/ Last Stone Weight - LeetCode Can you solve this real interview question? Last Stone Weight - You are given an array of integers stones where stones[i]... Tag: Algorithm, leetcode
|
|
232. LeetCode 2336. Smallest Number in Infinite Set
( 쿠케캬캬 개발 기록 | 23-04-27 00:05 )
|
반응형 https://leetcode.com/problems/smallest-number-in-infinite-set/description/ Smallest Number in Infinite Set - LeetCode Can you solve this real interview question? Smallest Number in Infinite Set - You ha... Tag: Algorithm, leetcode
|
|
233. LeetCode 258. Add Digits
( 쿠케캬캬 개발 기록 | 23-04-27 00:05 )
|
반응형 https://leetcode.com/problems/add-digits/description/ Add Digits - LeetCode Can you solve this real interview question? Add Digits - Given an integer num, repeatedly add all its digits until the result ha... Tag: Algorithm, leetcode
|
|
234. LeetCode 1416. Restore The Array
( 쿠케캬캬 개발 기록 | 23-04-23 14:26 )
|
반응형 https://leetcode.com/problems/restore-the-array/description/ Restore The Array - LeetCode Can you solve this real interview question? Restore The Array - A program was supposed to print an array of integers. The pr... Tag: Algorithm, leetcode
|
|
235. 마이크로서비스 패턴 - 후기
( 쿠케캬캬 개발 기록 | 23-04-23 17:46 )
|
반응형 https://product.kyobobook.co.kr/detail/S000001834349 마이크로서비스 패턴 | 크리스 리처드슨 - 교보문고 마이크로서비스 패턴 | 모놀리식 애플리케이션을 마이크로서비스 아키텍처로 성공적으로 전환하는 방법!마이크로서비스 아키텍처 ... Tag: 독서, 마이크로서비스패턴
|
|
236. LeetCode 1431. Kids With the Greatest Number of Candies
( 쿠케캬캬 개발 기록 | 23-04-18 20:57 )
|
반응형 https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/description/ candies에서 최댓값을 구해준 뒤, ((candies + extraCandies) >= 최댓값)인지 확인해줍니다. class Solution { public: vector<bool> kidsWithCandies(v... Tag: Algorithm, leetcode
|
|
237. LeetCode 1768. Merge Strings Alternately
( 쿠케캬캬 개발 기록 | 23-04-18 20:58 )
|
반응형 https://leetcode.com/problems/merge-strings-alternately/description/ Merge Strings Alternately - LeetCode Can you solve this real interview question? Merge Strings Alternately - You are given two string... Tag: Algorithm, leetcode
|
|
238. LeetCode 1372. Longest ZigZag Path in a Binary Tree
( 쿠케캬캬 개발 기록 | 23-04-19 22:49 )
|
반응형 https://leetcode.com/problems/longest-zigzag-path-in-a-binary-tree/ Longest ZigZag Path in a Binary Tree - LeetCode Can you solve this real interview question? Longest ZigZag Path in a Binary Tree - You... Tag: Algorithm, leetcode
|
|
239. LeetCode 662. Maximum Width of Binary Tree
( 쿠케캬캬 개발 기록 | 23-04-20 20:19 )
|
반응형 https://leetcode.com/problems/maximum-width-of-binary-tree/ Maximum Width of Binary Tree - LeetCode Can you solve this real interview question? Maximum Width of Binary Tree - Given the root of a binar... Tag: Algorithm, leetcode
|
|
240. LeetCode 1312. Minimum Insertion Steps to Make a String Palindrome
( 쿠케캬캬 개발 기록 | 23-04-22 11:39 )
|
반응형 https://leetcode.com/problems/minimum-insertion-steps-to-make-a-string-palindrome/description/ Minimum Insertion Steps to Make a String Palindrome - LeetCode Can you solve this real interview question? Minimum... Tag: Algorithm, leetcode
|
|