본문 바로가기

리트코드문제풀이

[LeetCode] 9. Palindrome Number (python3) Palindrome Number - LeetCode Palindrome 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 an integer x, return true if x is palindrome integer. An integer is a palindrome when it reads the same backward as forward. For example, 121 is a palindrome while 123 is not. Exa.. 더보기
[LeetCode] 1. Two Sum (python3) LeetCode Problem: https://leetcode.com/problems/two-sum/ Two Sum - 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. Two Sum Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input wou.. 더보기
[LeetCode] 975. Odd Even Jump (python3) LeetCode Problem: https://leetcode.com/problems/odd-even-jump/ Odd Even Jump - 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 975. Odd Even Jump You are given an integer array arr. From some starting index, you can make a series of jumps. The (1st, 3rd, 5th, ...) jumps in the seri.. 더보기
[LeetCode] 929. Unique Email Addresses (python3) LeetCode Problem: https://leetcode.com/problems/unique-email-addresses/ Unique Email Addresses - 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 929. Unique Email Addresses Every valid email consists of a local name and a domain name, separated by the '@' sign. Besides lowercase le.. 더보기