본문 바로가기

오구의코딩모험

검색하기
오구의코딩모험
프로필사진 오구.cpp

  • 오구의 코딩모험 (118)
    • 프로그래밍 공부 (93)
      • 백준 알고리즘 (53)
      • 프로그래머스 (32)
      • 코드트리 (2)
      • 해커랭크 (3)
    • Game (16)
      • DirectX (9)
      • Server (5)
      • GAS (2)
    • AI (8)
      • ML,DL (5)
      • Streamlit (2)
      • 선형대수학 (1)
    • ETC (1)
      • Event (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • lock based queue
  • two characters
  • pcce 기출문제 풀이
  • find the running median
  • DirectX12
  • 브루트포스
  • boj 11657
  • 2025 프로그래머스 코딩챌린지 1차예선
  • the maximum subarray
  • 프로그래밍공부
  • count triplets
  • lock free stack
  • string construction
  • PCCE
  • pccp 기출문제 풀이
  • lock based stack
  • boj 1717
  • dp
  • the longest increasing subsequence
  • boj 1074
  • gas
  • boj 6443
  • find the town judge
  • 지게차와 크레인
  • ice cream parlor
  • LCS
  • making anagrams
  • DirectX
  • c++
  • special string again
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록최소직사각형 python (1)

오구의코딩모험

[Python] 최소직사각형

[코딩테스트 고득점 KIT - 완전탐색] def solution(sizes): w=max(map(lambda x: x[0],[[x[1],x[0]] if x[0] < x[1] else x for x in sizes])) h=max(map(lambda x: x[1],[[x[1],x[0]] if x[0] < x[1] else x for x in sizes])) return w*h

프로그래밍 공부/프로그래머스 2023. 1. 6. 23:55
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바