Difference between revisions of "Module:Exponential search"
Jump to navigation
Jump to search
Module:Exponential search (view source)
Revision as of 20:10, 10 February 2023
, 20:10, 10 February 2023strict
m (1 revision imported) |
en>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 |