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
- create databases;
- 동적프로그래밍
- 최소공통조상
- 은둔청년체험
- 서버개발
- 그래프
- 면접질문
- create db
- KMP
- 투포인터
- BFS
- 서버점검
- 다이나믹프로그래밍
- 로드나인
- 개발자면접
- 투포인터 연습
- node.js
- DB 생성
- MOD
- 다이나밍프로그래밍
- 면접비
- 롱베케이션
- MySQL
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함