Module:Exponential search: Difference between revisions
Richardpruen (talk | contribs) m 1 revision imported  | 
				imported>Uzume  strict  | 
				||
| Line 1: | Line 1: | ||
-- This module provides a generic exponential search algorithm.  | -- This module provides a generic exponential search algorithm.  | ||
require[[strict]]  | |||
local checkType = require('libraryUtil').checkType  | local checkType = require('libraryUtil').checkType  | ||