Algorithm (2139) 썸네일형 리스트형 (C++) - LeetCode (easy) 682. Baseball Game https://leetcode.com/problems/baseball-game/description/ Baseball Game - LeetCode Can you solve this real interview question? Baseball Game - You are keeping the scores for a baseball game with strange rules. At the beginning of the game, you start with an empty record. You are given a list of strings operations, where operations[i] is leetcode.com stack을 이용한 구현 문제였습니다. 📕 풀이방법 📔 입력 및 초기화 원소의 전체합.. (C++) - LeetCode (easy) 671. Second Minimum Node In a Binary Tree https://leetcode.com/problems/longest-continuous-increasing-subsequence/description/ Longest Continuous Increasing Subsequence - LeetCode Can you solve this real interview question? Longest Continuous Increasing Subsequence - Given an unsorted array of integers nums, return the length of the longest continuous increasing subsequence (i.e. subarray). The subsequence must be strictly increasin lee.. (C++) - LeetCode (easy) 671. Second Minimum Node In a Binary Tree https://leetcode.com/problems/second-minimum-node-in-a-binary-tree/description/ Second Minimum Node In a Binary Tree - LeetCode Can you solve this real interview question? Second Minimum Node In a Binary Tree - Given a non-empty special binary tree consisting of nodes with the non-negative value, where each node in this tree has exactly two or zero sub-node. If the node has two sub leetcode.com .. (C++) - LeetCode (easy) 653. Two Sum IV - Input is a BST https://leetcode.com/problems/two-sum-iv-input-is-a-bst/description/ Two Sum IV - Input is a BST - LeetCode Can you solve this real interview question? Two Sum IV - Input is a BST - Given the root of a binary search tree and an integer k, return true if there exist two elements in the BST such that their sum is equal to k, or false otherwise. Example 1: [http leetcode.com 전수조사 문제였습니다. 📕 풀이방법 📔 입.. (C++) - LeetCode (easy) 661. Image Smoother https://leetcode.com/problems/image-smoother/ Image Smoother - LeetCode Can you solve this real interview question? Image Smoother - An image smoother is a filter of the size 3 x 3 that can be applied to each cell of an image by rounding down the average of the cell and the eight surrounding cells (i.e., the average of the nin leetcode.com 구현 문제였습니다. 📕 풀이방법 📔 입력 및 초기화 1. img의 행 수 r, 열 수 c를 선언 후 .. (C++) - LeetCode (easy) 657. Robot Return to Origin https://leetcode.com/problems/robot-return-to-origin/description/ Robot Return to Origin - LeetCode Can you solve this real interview question? Robot Return to Origin - There is a robot starting at the position (0, 0), the origin, on a 2D plane. Given a sequence of its moves, judge if this robot ends up at (0, 0) after it completes its moves. You are giv leetcode.com simulation 문제였습니다. 📕 풀이방법 📔 .. (C++) - LeetCode (easy) 645. Set Mismatch https://leetcode.com/problems/set-mismatch/description/ Set Mismatch - LeetCode Can you solve this real interview question? Set Mismatch - You have a set of integers s, which originally contains all the numbers from 1 to n. Unfortunately, due to some error, one of the numbers in s got duplicated to another number in the set, which res leetcode.com 구현문제였습니다. 📕 풀이방법 📔 입력 및 초기화 1. nums의 원소와 그 빈도수를 .. (C++) - LeetCode (easy) 643. Maximum Average Subarray I https://leetcode.com/problems/maximum-average-subarray-i/description/ Maximum Average Subarray I - LeetCode Can you solve this real interview question? Maximum Average Subarray I - You are given an integer array nums consisting of n elements, and an integer k. Find a contiguous subarray whose length is equal to k that has the maximum average value and return thi leetcode.com 누적합으로 해결한 문제였습니다. 📕 .. 이전 1 ··· 67 68 69 70 71 72 73 ··· 268 다음