검색결과 리스트
글
선형 검색
(Liner Search) : lsearch(3), lfind(3)
이진 검색
(Binary Search) : qsort(3), bsearch(3)
해시 검색
(hash search) : hcreate(3), hsearch(3), hdestroy(3)
트리 검색
(tree search) : tsearch(3), tfind(3), twalk(3), tdelete(3)
'Linux > C/C++' 카테고리의 다른 글
[C언어] atoi() , atol() , atof() , strtol() , strtoul() , strtod() (0) | 2012.07.17 |
---|---|
memory lock (0) | 2012.07.16 |
Explore GCC Linking Process Using LDD, Readelf, and Objdump (0) | 2012.07.16 |
리눅스 명령어 : readelf (0) | 2012.07.16 |
variable length array (0) | 2012.07.16 |
RECENT COMMENT