일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Linux
- HTTP
- Java
- Elk
- github
- Heap
- AWS
- VCS
- NoSQL
- 데이터통신
- effective
- nodejs
- libuv
- reactor
- r
- network
- html
- Static
- mybatis
- reactive
- javascript
- redis
- 네트워크
- git
- socket
- mongodb
- ajax
- spring
- Lombok
- cache
- Today
- Total
목록알고리즘 (2)
빨간색코딩
알고리즘 문제 SCPC 2015 예선 1번 개구리 뛰기 문제링크: https://www.codeground.org/practice/practiceProbView.do?probId=11 소스코드 #pragma warning (disable:4996)#include #include int main(void){setbuf(stdout, NULL);int T;int test_case; scanf("%d", &T); // 첫번째줄 T for (test_case = 1; test_case K) //뛸수없어, [--i]로 점프해라{if (line[--i] != frog){frog = line[i];count++;}else if (line[i] == frog){count = -1;break;}}}i = rock - 1..
알고리즘 문제 ACM-ICPC 대전 2014 C번 심심할때 알고리즘이나 풀고자한다. 안 심심해지기는 하는데 스트레스받는다 잘 안풀려서 문제링크: https://www.acmicpc.net/problem/10448 소스코드직접 짠 코드라 매우 개판이다ㅋㅋ icpc문제의 진짜 재미는 풀기성공하고 다른 사람소스보며 감탄하는 재미에 있다...ㅠㅠ #pragma warning (disable:4996)#include #include #define SIZE 46 int eureka(int natural);int eureka_last(int natural);int Tn[SIZE] = { 0 }; //삼각수 int main(void){int T;int test_case;int *answer;int i; scanf("%..