搜索资源列表
Bubble_S5
- The "binary search algorithm" is one of the quickest way for searching threw an array, the "linear search algorithm" makes "n" comparaisons for searching for an element inside a given array. The "binary search algorithm" only makes log2(n) comparaiso
log2.c.tar
- C code to comupute the integer-based log2 of a number. It uses two methods and compare the results.