This text file describes brief but precise and complete specification of project including:
- function descriptions: name, input/output parameters
- declaration of important data and data types to be included in user header file
- your team's brief ideas of implementations
Your description start form next line and do not delete lines upto this point.
1.trivial
input parameters: char str[],int n, int d
output parameter: char *
file name: trivial.cpp
ownership: 조중현
2.juggling
input parameters: char str[],int n, int d
output parameter: char *
file name: juggle.cpp
ownership: 박진영
3.blockswap
input parameters: char str[],int n, int d
output parameter: char *
file name: blockswap.cpp
ownership: 강영빈
4.reverse
input parameters: char str[],int n, int d
output parameter: char *
file name: Reverse.cpp
ownership: 김성윤
STRLength | ROTATEdistance | T.trivial | J.juggle | T.bw | T.reverse |
---|---|---|---|---|---|
517833 | 13896 | 19.255 | 0.002 | 0.001 | 0.002 |
209594 | -29003 | 15.817 | 0.001 | 0.000 | 0.001 |
10011101 | -3784 | 97.156 | 0.228 | 0.027 | 0.034 |
7029470 | -10141 | 182.625 | 0.152 | 0.021 | 0.030 |