목차
1. 알고리즘 구현
2. 순서도
3. 소스 hash.c
4. 실행화면
2. 순서도
3. 소스 hash.c
4. 실행화면
본문내용
}
if(table[hash][slot-1].empty >= 2){
delcount=overflowdel(hash,dnumber);
if (delcount >= 1){
table[hash][slot-1].empty--;
return(0);
}
}
printf("has not matched number\n");
return(0);
해당자료는 한글2002나 워디안 자료로 한글97에서는 확인하실 수 없으십니다.
if(table[hash][slot-1].empty >= 2){
delcount=overflowdel(hash,dnumber);
if (delcount >= 1){
table[hash][slot-1].empty--;
return(0);
}
}
printf("has not matched number\n");
return(0);
해당자료는 한글2002나 워디안 자료로 한글97에서는 확인하실 수 없으십니다.