일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Multi-Resolution Networks for Semantic Segmentation in Whole Slide Images
- docker attach
- WSSS
- AIFFEL
- 사회조사분석사2급
- Pull Request
- Jupyter notebook
- GIT
- 도커
- 프로그래머스
- cs231n
- docker exec
- 히비스서커스
- logistic regression
- IVI
- aiffel exploration
- cocre
- airflow
- vscode
- 코크리
- 기초확률론
- 백신후원
- numpy
- Decision Boundary
- ssh
- 오블완
- CellPin
- 티스토리챌린지
- docker
- HookNet
Archives
- Today
- Total
목록기능개발 (1)
히비스서커스의 블로그
[Programmers] 기능개발
프로그래머스 코딩테스트 문제 중 스택/큐를 이용해야하는 문제 기능개발에 대해 파이썬으로 해결한 풀이와 해설입니다. 문제링크 https://programmers.co.kr/learn/courses/30/lessons/42586 코딩테스트 연습 - 기능개발 프로그래머스 팀에서는 기능 개선 작업을 수행 중입니다. 각 기능은 진도가 100%일 때 서비스에 반영할 수 있습니다. 또, 각 기능의 개발속도는 모두 다르기 때문에 뒤에 있는 기능이 앞에 있는 programmers.co.kr solution def solution(progresses, speeds): days = [0 for l in range(len(speeds))] cnt1 = 0 while min(progresses) < 100: cnt1 += 1 ..
Theory/Algorithm
2021. 8. 21. 21:21