[LeetCode] 901. Online Stock Span
·
Algorithm
LeetCode 901. Online Stock Span 🗓️ Daily LeetCoding Challenge November, Day 9 Stack Binary Search https://leetcode.com/problems/online-stock-span/ Online Stock Span - 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 1. 문제 설명 특정 주식에 대한 일일 가격을 수집하고, 주가폭을 계산하는 문제이다. 오늘 주가폭은 오늘 주가보다 작거나..
[LeetCode] 1544. Make The String Great (Python)
·
Algorithm
LeetCode 1544. Make The String Great 🗓️ Daily LeetCoding Challenge November, Day 8 Stack https://leetcode.com/problems/make-the-string-great/ Make The String Great - 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 1. 문제 설명 문자열 s가 주어지고, 두 문자가 Good(?)인 경우 리턴하는 문제이다. Good을 만족하는 조건은 다음..
[LeetCode] 345. Reverse Vowels of a String (Python)
·
Algorithm
LeetCode 345. Reverse Vowels of a String 🗓️ Daily LeetCoding Challenge November, Day 4 String / Two Pointers https://leetcode.com/problems/reverse-vowels-of-a-string/ Reverse Vowels of a String - 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 1. 문제 설명 문자열 s가 주어지고, s의 모음만 순서를 뒤집은 후..
[LeetCode] 2131. Longest Palindrome by Concatenating Two Letter Words (Python)
·
Algorithm
LeetCode 1706. Longest Palindrome by Concatenating Two Letter Words 🗓️ Daily LeetCoding Challenge November, Day 3 String https://leetcode.com/problems/longest-palindrome-by-concatenating-two-letter-words/ Longest Palindrome by Concatenating Two Letter Words - 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 nex..
[LeetCode] 433. Minimum Genetic Mutation (Python)
·
Algorithm
LeetCode 433. Minimum Genetic Mutation 🗓️ Daily LeetCoding Challenge November, Day 2 String / BFS https://leetcode.com/problems/minimum-genetic-mutation/ Minimum Genetic Mutation - 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 1. 문제 설명 유전자 염기서열(문자열) start와 end가 주어지면 start에서 시작하여 ..