Split search algorithms into own submodule.

This commit is contained in:
H. S. Teoh 2015-01-17 21:05:54 -08:00
parent 5551facc2f
commit b476a82b5b
3 changed files with 3354 additions and 3291 deletions

View file

@ -197,7 +197,7 @@ STD_REGEX_MODULES = $(addprefix std/regex/, package $(addprefix internal/, \
generator ir parser backtracking kickstart tests thompson)) generator ir parser backtracking kickstart tests thompson))
STD_ALGO_MODULES = $(addprefix std/algorithm/, package comparison iteration \ STD_ALGO_MODULES = $(addprefix std/algorithm/, package comparison iteration \
setops sorting) searching setops sorting)
STD_RANGE_MODULES = $(addprefix std/range/, package primitives interfaces) STD_RANGE_MODULES = $(addprefix std/range/, package primitives interfaces)

File diff suppressed because it is too large Load diff

3351
std/algorithm/searching.d Normal file

File diff suppressed because it is too large Load diff