목록2025/02 (4)
0과 1 사이
https://leetcode.com/problems/triangle/description/?envType=study-plan-v2&envId=top-interview-150Given a triangle array, return the minimum path sum from top to bottom.For each step, you may move to an adjacent number of the row below. More formally, if you are on index i on the current row, you may move to either index i or index i + 1 on the next row. Example 1:Input: triangle = [[2],[3,4],[6,..
https://leetcode.com/problems/letter-combinations-of-a-phone-number/description/?envType=study-plan-v2&envId=top-interview-150 Backtracking 문제라는데 한번도 백트래킹을 풀어본적이 없다.그래서 다음과 같이 d의 개수에 따라 반복문을 생성하는 아주 비효율적인 코드를 생각해냈는데통과가 되긴 했다. 시간복잡도 : digits의 길이가 n이라면, O(3^n)공간복잡도 : O(n*3^n)class Solution: def letterCombinations(self, digits: str) -> List[str]: telephone = {'2':['a','b','c'], '3..
Docker로 Spring boot application을 띄울 때 다음과 같이 application.yml 파일을 지정해줘야만 application.yml을 인식할 수 있었다. 지정하지 않으면 다음과 같은 오류가 발생함.Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. 위 오류는 application.yml를 못읽을 때 발생하는 오류이다.FROM openjdk:17.0.1-jdk-slim AS builderLABEL authors="minjuko"# 필요한 파일들만 복사COPY gradlew . COPY gradle gradleCOPY build.g..
https://badges.suse.com/3abd2c5b-3c99-4be0-bc1a-6723979cd68c#acc.LMi0yl9S SCA in SUSE Linux Enterprise Server 15 • Minju Ko • SUSEHome of digital credentialsbadges.suse.com 나만 이시험 2번 본건가..인터넷에 후기가 많이 없어서, 다른 분들이 이 자격증을 준비할 때 도움이 될만한 정보들을 작성하기 위해 글을 쓴다. 일단 나는 윈도우 쪽 경험만 많다보니, 자격증 따기전에 리눅스 지식이 많이 부족했다. 심볼릭링크 하드링크, 권한설정 이정도만 아는 수준ㅋ회사 동료들은 다들 한번에 붙었다길래 쉬운건줄 알고 그냥 봤다가 광탈했다. 다들 PDF 두번은 훑고 가세요..^^ 시험 결과..