릿코드 5

[LeetCode][릿코드][Python][#17] Letter Combinations of a Phone Number

https://leetcode.com/problems/letter-combinations-of-a-phone-number/ Letter Combinations of a Phone Number - 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 a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent...

[LeetCode][릿코드][Python][#122] Best Time to Buy and Sell Stock II

https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/ Best Time to Buy and Sell Stock II - 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 prices where prices[i] is the price of a given stock on the ith day. On each day, you may decide to ..