|
|
76. LeetCode 2125. Number of Laser Beams in a Bank
( 쿠케캬캬 개발 기록 | 24-01-06 14:31 )
|
반응형 https://leetcode.com/problems/number-of-laser-beams-in-a-bank Number of Laser Beams in a Bank - LeetCode Can you solve this real interview question? Number of Laser Beams in a Bank - Anti-theft securi... Tag: Algorithm, leetcode
|
|
77. LeetCode 446. Arithmetic Slices II - Subsequence
( 쿠케캬캬 개발 기록 | 24-01-08 19:49 )
|
반응형 https://leetcode.com/problems/arithmetic-slices-ii-subsequence Arithmetic Slices II - Subsequence - LeetCode Can you solve this real interview question? Arithmetic Slices II - Subsequence - Given an integer array n... Tag: Algorithm, leetcode
|
|
78. LeetCode 938. Range Sum of BST
( 쿠케캬캬 개발 기록 | 24-01-08 19:49 )
|
반응형 https://leetcode.com/problems/range-sum-of-bst/ Range Sum of BST - LeetCode Can you solve this real interview question? Range Sum of BST - Given the root node of a binary search tree and two intege... Tag: Algorithm, leetcode
|
|
79. LeetCode 2610. Convert an Array Into a 2D Array With Conditions
( 쿠케캬캬 개발 기록 | 24-01-02 21:39 )
|
반응형 https://leetcode.com/problems/convert-an-array-into-a-2d-array-with-conditions 각 row에서 중복 수가 나오면 안되므로, 별도 row로 처리해주면 됩니다. 각 수가 나온 횟수를 기억하고, 중복 수가 나오면 새로운 row를 만들어줍니다. class Solution { public:... Tag: Algorithm, leetcode
|
|
80. LeetCode 2870. Minimum Number of Operations to Make Array Empty
( 쿠케캬캬 개발 기록 | 24-01-04 23:55 )
|
반응형 https://leetcode.com/problems/minimum-number-of-operations-to-make-array-empty Minimum Number of Operations to Make Array Empty - LeetCode Can you solve this real interview question? Minimum Number of Oper... Tag: Algorithm, leetcode
|
|
81. LeetCode 455. Assign Cookies
( 쿠케캬캬 개발 기록 | 24-01-01 14:53 )
|
반응형 https://leetcode.com/problems/assign-cookies/description/ Assign Cookies - LeetCode Can you solve this real interview question? Assign Cookies - Assume you are an awesome parent and want to give your... Tag: Algorithm, leetcode
|
|
82. LeetCode 1335. Minimum Difficulty of a Job Schedule
( 쿠케캬캬 개발 기록 | 23-12-29 22:26 )
|
반응형 https://leetcode.com/problems/minimum-difficulty-of-a-job-schedule Minimum Difficulty of a Job Schedule - LeetCode Can you solve this real interview question? Minimum Difficulty of a Job Schedule - You want to sche... Tag: Algorithm, leetcode
|
|
83. LeetCode 1897. Redistribute Characters to Make All Strings Equal
( 쿠케캬캬 개발 기록 | 23-12-30 13:41 )
|
반응형 https://leetcode.com/problems/redistribute-characters-to-make-all-strings-equal Redistribute Characters to Make All Strings Equal - LeetCode Can you solve this real interview question? Redistribute Characte... Tag: Algorithm, leetcode
|
|
84. LeetCode 1624. Largest Substring Between Two Equal Characters
( 쿠케캬캬 개발 기록 | 23-12-31 14:55 )
|
반응형 https://leetcode.com/problems/largest-substring-between-two-equal-characters Largest Substring Between Two Equal Characters - LeetCode Can you solve this real interview question? Largest Substring Between... Tag: Algorithm, leetcode
|
|
85. LeetCode 1155. Number of Dice Rolls With Target Sum
( 쿠케캬캬 개발 기록 | 23-12-27 19:59 )
|
반응형 https://leetcode.com/problems/number-of-dice-rolls-with-target-sum Number of Dice Rolls With Target Sum - LeetCode Can you solve this real interview question? Number of Dice Rolls With Target Sum - You have n d... Tag: Algorithm, leetcode
|
|
86. LeetCode 1758. Minimum Changes To Make Alternating Binary String
( 쿠케캬캬 개발 기록 | 23-12-25 11:57 )
|
반응형 https://leetcode.com/problems/minimum-changes-to-make-alternating-binary-string Minimum Changes To Make Alternating Binary String - LeetCode Can you solve this real interview question? Minimum Changes To M... Tag: Algorithm, leetcode
|
|
87. LeetCode 91. Decode Ways
( 쿠케캬캬 개발 기록 | 23-12-25 12:00 )
|
반응형 https://leetcode.com/problems/decode-ways/description Decode Ways - LeetCode Can you solve this real interview question? Decode Ways - A message containing letters from A-Z can be encoded into numbers... Tag: Algorithm, leetcode
|
|
88. LeetCode 1637. Widest Vertical Area Between Two Points Containing No Points
( 쿠케캬캬 개발 기록 | 23-12-21 19:48 )
|
반응형 https://leetcode.com/problems/widest-vertical-area-between-two-points-containing-no-points/ Widest Vertical Area Between Two Points Containing No Points - LeetCode Can you solve this real interview question? ... Tag: Algorithm, leetcode
|
|
89. LeetCode 1422. Maximum Score After Splitting a String
( 쿠케캬캬 개발 기록 | 23-12-23 14:39 )
|
반응형 https://leetcode.com/problems/maximum-score-after-splitting-a-string/description/ Maximum Score After Splitting a String - LeetCode Can you solve this real interview question? Maximum Score After Splittin... Tag: Algorithm, leetcode
|
|
90. LeetCode 1496. Path Crossing
( 쿠케캬캬 개발 기록 | 23-12-23 14:51 )
|
반응형 https://leetcode.com/problems/path-crossing/ Path Crossing - LeetCode Can you solve this real interview question? Path Crossing - Given a string path, where path[i] = 'N', 'S', 'E' or 'W', each representing mo... Tag: Algorithm, leetcode
|
|