Minlog

Minlog

  • Category
    • About
    • Bayesian
    • Preliminary
      • Stochastic Process
      • Probability
      • Measure
      • Server
    • Research
      • Anomaly Detection
      • Segmentation
      • Active Learning
      • Continual Learning
      • Large Language Model
    • Machine Learning
      • General
      • Models
    • Memorizing
      • Trouble-Shooting
      • Ubuntu
      • Etc
      • Python
      • Java
      • C
      • Qt
      • Jetson
      • Quantization
    • BE
      • NodeJS
      • Flask
      • Spring
      • Deploy
      • Docker
      • EC2
      • APM
      • NGINX
      • TESTING
    • FE
      • JS
      • CSS
    • PS
      • 백준
      • SOFTEER
      • 리트코드
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

Minlog

컨텐츠 검색

태그

회고 spring CSS HTML Python Probabilistic Graphical Model dfs c++ ps jetson orin nano MCMC 확률그래프모델 백준 가우시안 혼합모델 jetpack6 항해99 C MarkovChain Montecarlo CUDA FLASK

최근글

댓글

공지사항

아카이브

Greedy(1)

  • [백준] 20117 - 호반우 상인의 이상한 품질 계산법

    문제 링크https://www.acmicpc.net/problem/20117느낀 점어떻게 하면 최댓값을 달성할 수 있는지 생각을 잘해보면 쉽게 풀 수 있는 문제!import sysimport collectionsN = sys.stdin.readline()answer = 0quality = collections.deque(sorted(list(map(int, sys.stdin.readline().split()))))while quality: if len(quality) == 1: num_tail = quality.pop() answer += num_tail break num_head = quality.popleft() num_tail = quality...

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

티스토리툴바