잴리로그
close
프로필 배경
프로필 로고

잴리로그

  • 분류 전체보기 (22)
    • Back-End (9)
      • JAVA (5)
      • Kotlin (2)
      • Spring Boot (2)
    • Computer Science (4)
      • 자료구조 & 알고리즘 (4)
    • Zelly Project (3)
      • 큐잇(Q-!t) (3)
    • Coding Test (4)
      • Programmers (1)
      • LeetCode (2)
    • GIT (1)
    • 프로그래머스 데브코스 백엔드 3기 (1)

    [Medium] 739. Daily Temeratures

    문제Given an array of integers temperatures represents the daily temperatures,return an array answer such that answer[i] is the number of daysyou have to wait after the ith day to get a warmer temperature.If there is no future day for which this is possible, keep answer[i] == 0 instead. 코드import java.util.ArrayDeque;import java.util.Deque;class Solution { public int[] dailyTemperatures(int[] te..

    • format_list_bulleted Coding Test/LeetCode
    • · 2025. 5. 27.
    • textsms

    [Easy] 20. Valid Parentheses

    문제Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.An input string is valid if:Open brackets must be closed by the same type of brackets.Open brackets must be closed in the correct order.Every close bracket has a corresponding open bracket of the same type. 코드import java.util.ArrayDeque;import java.util.Deque;class Solution {..

    • format_list_bulleted Coding Test/LeetCode
    • · 2025. 5. 22.
    • textsms

    [Lv.1] x만큼 간격이 있는 n개의 숫자

    문제정수 x와 자연수 n을 입력받아, x부터 시작해 x씩 증가하는 숫자를 n개 지니는 리스트를 리턴 코드class Solution { public long[] solution(int x, int n) { long[] answer = new long[n]; for (int i = 0; i 풀이길이가 n개인 배열 생성x부터 시작해서 x씩 증가하는 숫자 n개이기 때문에 i를 0부터 시작하여 x(i+1)를 반복문에 넣어 준다.등차 수열long으로 형 변환

    • format_list_bulleted Coding Test/Programmers
    • · 2025. 4. 29.
    • textsms

    [코딩 테스트] 코딩 테스트 연습 기록용 repository 생성

    안녕하세요, 잴리입니다.코딩 테스트를 준비하면서 푼 문제들을 깃허브 repository에 기록합니다.문제풀이에 대한 내용은 티스토리에 기록할 예정입니다. https://github.com/zelly-log/CodingTestPractice GitHub - zelly-log/CodingTestPractice: Zelly's coding test practice repositoryZelly's coding test practice repository. Contribute to zelly-log/CodingTestPractice development by creating an account on GitHub.github.com

    • format_list_bulleted Coding Test
    • · 2025. 3. 12.
    • textsms
    • navigate_before
    • 1
    • navigate_next
    전체 카테고리
    • 분류 전체보기 (22)
      • Back-End (9)
        • JAVA (5)
        • Kotlin (2)
        • Spring Boot (2)
      • Computer Science (4)
        • 자료구조 & 알고리즘 (4)
      • Zelly Project (3)
        • 큐잇(Q-!t) (3)
      • Coding Test (4)
        • Programmers (1)
        • LeetCode (2)
      • GIT (1)
      • 프로그래머스 데브코스 백엔드 3기 (1)
    태그
    • #SpringBoot
    • #코딩테스트
    • #leetcode
    • #Java
    • #토이프로젝트
    • #cs
    • #프로그래머스
    • #stack
    • #자료구조
    • #백엔드
    전체 방문자
    오늘
    어제
    전체
    Copyright © 쭈미로운 생활 All rights reserved.
    Designed by JJuum

    티스토리툴바