일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 디스코드 봇
- background script
- Message Passing
- content script
- C언어로 쉽게 풀어쓴 자료구조
- 공부시간측정어플
- popup
- 자료구조
- Chrome Extension
- TypeScript
- 백준 #7568번 #파이썬 #동적계획법
- supabase
- 2156
- 크롬 익스텐션
- webpack
- nodejs
- 캠스터디
- 백준 7579
- discord.js
- 갓생
- 백준
- X
- 동적계획법
- 프로그래머스 #정수삼각형 #동적계획법
- 포도주시식
- 크롬 확장자
- react
- 파이썬
- Today
- Total
목록분류 전체보기 (95)
히치키치
문제 https://www.acmicpc.net/problem/3190 3190번: 뱀 'Dummy' 라는 도스게임이 있다. 이 게임에는 뱀이 나와서 기어다니는데, 사과를 먹으면 뱀 길이가 늘어난다. 뱀이 이리저리 기어다니다가 벽 또는 자기자신의 몸과 부딪히면 게임이 끝난다. 게임 www.acmicpc.net 풀이 참고 영상 https://www.youtube.com/watch?v=6lD3GPJp69U 풀이 정답 코드 N = int(input()) K = int(input()) # 사과가 있는 부분 apple = [list(map(int, input().split())) for _ in range(K)] L = int(input()) dlst = [input().split() for _ in range(..
Hello everyone, this is team Kihakhak. For our final project, among diverse machine learning algorithm, we decided to focus on unsupervised algorithm, especially clustering. These are our team members. While searching for problems to solve using machine learning, we discovered that distribution industry has a lot to consider, such as customers sale, sales item, and etc. Running business with tho..