Algorithm/Implementation (750) 썸네일형 리스트형 (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) 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의 원소와 그 빈도수를 .. (SQL) - LeetCode (easy) 610. Triangle Judgement https://leetcode.com/problems/triangle-judgement/description/ Triangle Judgement - LeetCode Can you solve this real interview question? Triangle Judgement - Table: Triangle +-------------+------+ | Column Name | Type | +-------------+------+ | x | int | | y | int | | z | int | +-------------+------+ (x, y, z) is the primary key column for this ta leetcode.com case문을 사용해본 문제였습니다. 📕 풀이방법 📔 풀이과정 삼각.. (C++) - LeetCode (easy) 605. Can Place Flowers https://leetcode.com/problems/can-place-flowers/description/ Can Place Flowers - LeetCode Can you solve this real interview question? Can Place Flowers - You have a long flowerbed in which some of the plots are planted, and some are not. However, flowers cannot be planted in adjacent plots. Given an integer array flowerbed containing 0's and 1' leetcode.com simulation 문제였습니다. 📕 풀이방법 📔 입력 및 초기화 1.. (C++) - LeetCode (easy) 566. Reshape the Matrix https://leetcode.com/problems/reshape-the-matrix/description/ Reshape the Matrix - LeetCode Can you solve this real interview question? Reshape the Matrix - In MATLAB, there is a handy function called reshape which can reshape an m x n matrix into a new one with a different size r x c keeping its original data. You are given an m x n matrix mat a leetcode.com 2차원 vector를 다루는 구현 문제였습니다. 📕 풀이방법 📔 .. 이전 1 ··· 38 39 40 41 42 43 44 ··· 94 다음