목록Fundamental of CS (16)
Silver Library (Archived)
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. Example. Input: nums = [2,7,11,15], target = 9 Output: [0,1] Explanation: Because nums[0] + nums[1] == 9, we return [0, 1]. 기록. ..
수학 적 용어 설명은 아래 링크를. Polynomials Polynomials A polynomial looks like this: example of a polynomial this one has 3 terms Polynomial comes from poly- (meaning "many") and -nomial (in this case meaning "term") ... so it says "many terms" Polynomials with one variable make nice smooth curves: www.mathsisfun.com Leetcode 를 고려한 기록. 적어도 O(n), 2 log n 같은 걸 어떻게 해석하는 지 정도는 알겠습니다. 이제, 남은건 Big O notation 에서 ..
시작점. 시작부터 장황한데다 터미널 위주의 작업들이 다수여서 혼란 스러울 수 있지만, 1. 메뉴얼 세팅 (Dockerfile 파일 생성 및 구성) 2. 1번을 토대로, 진행 될 컨테이너와의 통신 (터미널). 3. CLI 를 통하여 특정 컨테이너 내에서의 작업. 4. Docker 만의 특정 명령어 구성에 대한 익숙함. 뭔가 길을 잃었을 때는, 이 4가지를 기점으로 다시 시작해보기. https://docs.docker.com/get-started/02_our_app/ Containerize an application docs.docker.com 점검점. https://www.youtube.com/playlist?list=PL4cUxeGkcC9hxjeEtdHFNYMtCpjNBm3h7 Docker Crash C..
In a nutshell, https://docs.amplify.aws/ Amplify Docs Amplify documentation - Learn how to use Amplify to develop and deploy cloud-powered mobile and web apps. docs.amplify.aws Recommended. https://docs.amplify.aws/start/getting-started/nextsteps/q/integration/react/ https://docs.amplify.aws/start/getting-started/nextsteps/q/integration/react/ docs.amplify.aws