'2023/11 글 목록
본문 바로가기

노트

검색하기
노트
프로필사진 _Myway

  • 분류 전체보기 (49)
    • 코딩 (16)
      • Raspberry Pi (2)
      • Python (4)
      • Node.js (2)
      • 웹 프론트 (3)
      • Ubuntu|Linux (1)
      • MongoDB|mongoose (2)
      • GitLab (1)
      • Springboot (1)
    • 알고리즘 (33)
Guestbook
Notice
  • 도움이 되셨다면 공감버튼 한번씩 부탁드려요!
Recent Posts
Recent Comments
Link
«   2023/11   »
일 월 화 수 목 금 토
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
Tags
  • 16.04
  • 알고리즘
  • 13237
  • HTML
  • MongoDB
  • NAV
  • dp
  • algotythm
  • raspberrypi
  • 트리
  • Crawling
  • 라즈비안
  • CSS
  • nav-tab
  • baekjun
  • 라즈베리파이3
  • 2909
  • dynaminprogramming
  • springboot3.x
  • node.js
  • 백준
  • 크롤링
  • 2579
  • Algorythm
  • Python
  • 라즈베리파이3b+
  • 라즈베리파이
  • bootstrap
  • ubuntu
  • 파이썬
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2023/11 (2)

노트

[백준] 11399번 ATM python

n = int(input()) time = list(map(int,input().split())) time = sorted(time) for i in range(1,n): time[i] = time[i]+time[i-1] print(sum(time))

알고리즘 2023. 11. 30. 21:37
[백준] 13565번 침투 python

import sys sys.setrecursionlimit(10 ** 6) n,m = map(int,sys.stdin.readline().split()) array = [list(map(int,sys.stdin.readline().strip())) for _ in range(n)] visted = [[False]*m for _ in range(n)] d = [[1,0],[0,1],[-1,0],[0,-1]] def dfs(r,c): global flag if r>=n: flag=True if 0

알고리즘 2023. 11. 26. 23:23
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바