Node.js) 백준 13220번: Secret
https://www.acmicpc.net/problem/13220 const [n, a, b] = require('fs') .readFileSync('./dev/stdin') .toString() .trim() .split('\n') .map((v) => v.trim());/** * @param {string} word * @return {number[]} */function buildPatternTable(word) { const patternTable = [0]; let prefixIndex = 0; let suffixIndex = 1; while (suffixIndex 0) { wordIndex = patternTable[wordIndex - 1]; } else { textInd..
자료구조 알고리즘/백준
2025. 5. 17. 23:45
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 서버개발
- 로드나인
- 다이나믹프로그래밍
- 최소공통조상
- MySQL
- 투포인터
- 면접비
- 투포인터 연습
- 은둔청년체험
- 서버점검
- 다이나밍프로그래밍
- KMP
- BFS
- 그래프
- DB 생성
- MOD
- 롱베케이션
- node.js
- create db
- 동적프로그래밍
- 면접질문
- 개발자면접
- create databases;
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함