일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- C
- PHP
- windosw 문자열
- 백준
- War Game
- 파이썬
- c언어
- windosws wbcs
- System
- 암호수학
- LoB
- level13
- 정렬 알고리즘
- Stack
- web
- HTML
- 큐
- 재귀
- ftz
- pwnable.kr
- 미로 탐색 알고리즘
- 파일 시스템
- 자료구조
- 두근두근 자료구조
- 스택
- ftz level13
- SWiFT
- 시간복잡도
- Java
- OSI
Archives
- Today
- Total
목록단일 치환 암호 복호 (1)
나의 기록, 현진록
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869#include #include void frequencyCount(int *alphabetList, char *cipherText);void printAlphabetList(int *alphabetList);void changeText(char findAlphabet, char changeAlphabet, char *Text);void printText(char *text);void printChangeList(char *changeList); void main() { int..
Programming/Algorithm & Data Structure
2018. 3. 15. 14:59