(Leetcode)11.Container with most water
[LeetCode] 11.Container with most water 문제 주어진 숫자의 그래프에서 물을 채울 수 있는 최대 넓이를 구하시오. You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints o...
[LeetCode] 11.Container with most water 문제 주어진 숫자의 그래프에서 물을 채울 수 있는 최대 넓이를 구하시오. You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints o...
[LeetCode] 09.Palindrome Number 문제 숫자 X가 앞 뒤가 똑같은 팔린드롬 숫자인지 판별하시오. Given an integer x, return true if x is a palindrome, and false otherwise. 풀이 func isPalindrome(x int) bool { originStr :=...
오늘 한 일들 새로운 맥프로의 개발환경을 세팅했다. golang, python, nodejs를 homebrew로 설치했다. python은 Poetry라는 가상환경 라이브러리를 설치했다. vscode를 꾸몄다. 오랫동안 쉬었기 때문에 코테...