알고리즘 문제/리트코드 (2) 썸네일형 리스트형 LeetCode 9번 문제 : Palindrome Number 풀이 LeetCode - The World's Leading Online Programming Learning Platform 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. 문제 파악 Given an integer x, return true if x is a palindrome, and false otherwise. 숫자 x가 주어졌을 시 해당숫자가 palindrome이라면 true 아니라면 false를 반환하시오 * palindrome 이란? -- 회문(回文) 또는 팰린드롬(.. LeetCode 1번 문제 : Two Sum python 풀이 https://leetcode.com/problems/two-sum/ 1. 문제 파악 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 would have exactly one solution, and you may not use the same element twice. You can return the answer in any order. 정수 수 배열과 정수 목표가 주어지면 두 수를 합해 Target이 나올 때, 해당 두 숫자의 인덱스를 반환합니다. 각 입력에 하나의 해가 있다고.. 이전 1 다음