JyuLog

JyuLog

  • 분류 전체보기 (119)
    • Algorithm (71)
    • Web (2)
    • Back-end (6)
      • Spring Boot (1)
      • FastAPI (2)
      • NestJS (3)
    • Infra (12)
    • Language (9)
      • Java (3)
      • Python (3)
      • JavaScript (3)
    • Projects (8)
    • Database (2)
    • Git (4)
    • TMI (5)
      • Daily Life (2)
      • Reminiscence (3)
    • Plan (0)
  • 홈
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

JyuLog

컨텐츠 검색

태그

Python 비기너 팀프로젝트 Project 99클럽 파이썬 nestjs 프로그래머스 infra jyulog 우아한테크코스 github 백준 미들러 java git Algorithm 실패 점프 투 FastAPI docker

최근글

댓글

공지사항

아카이브

D3(2)

  • SWEA [1206. [S/W 문제해결 기본] 1일차 - View]

    문제https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV134DPqAA8CFAYh SW Expert AcademySW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요!swexpertacademy.com 풀이건물의 양옆, 총 4개만 비교하면 되기 때문에 max() 함수를 사용해도 괜찮을 것 같았다.실행 시간은 133ms.for i in range(1, 11): n = int(input()) li = list(map(int, input().split())) k = 0 for j in range(2, n-2): m = max(li[j-2:j]+li[j+1:j+3]) ..

    2024.05.16
  • SWEA [20728. 공평한 분배 2]

    문제https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AY6cg0MKeVkDFAXt SW Expert AcademySW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요!swexpertacademy.com 풀이실행시간 140ms.for i in range(1, int(input())+1): n, k = map(int, input().split()) li = sorted(list(map(int, input().split()))) if n == k: print(f'#{i} {li[-1]-li[0]}') continue m = 1000000000 for ..

    2024.05.16
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바