[Leetcode] 1143. Longest Common Subsequence - Java
·
알고리즘/LeetCode
https://leetcode.com/problems/longest-common-subsequence/ Longest Common Subsequence - LeetCode Longest Common Subsequence - Given two strings text1 and text2, return the length of their longest common subsequence. If there is no common subsequence, return 0. A subsequence of a string is a new string generated from the original string with some chara leetcode.com 문제 Given two strings text1 and t..
[LeetCode] 213. House Robber II - Java
·
알고리즘/LeetCode
https://leetcode.com/problems/house-robber-ii/description/ 문제 You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed. All houses at this place are arranged in a circle. That means the first house is the neighbor of the last one. Meanwhile, adjacent houses have a security system connected, and it will automatically contact the police ..
[LeetCode] 300. Longest Increasing Subsequence - Java
·
알고리즘/LeetCode
https://leetcode.com/problems/longest-increasing-subsequence/description/ Longest Increasing Subsequence - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 Given an integer array nums, return the length of the longest strictly increasing subsequence . Example 1: Input: nums = [10..
[LeetCode] 55. Jump Game - Java
·
알고리즘/LeetCode
https://leetcode.com/problems/jump-game/ Jump Game - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 You are given an integer array nums. You are initially positioned at the array's first index, and each element in the array represents your maximum jump length at that position. ..
[LeetCode] 377. Combination Sum IV - Java
·
알고리즘/LeetCode
https://leetcode.com/problems/combination-sum-iv/description/ Combination Sum IV - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 Given an array of distinct integers nums and a target integer target, return the number of possible combinations that add up to target. The test cas..
HYOJUN
'알고리즘풀이' 태그의 글 목록 (10 Page)