Module: LilUtils

Defined in:
lib/lilutils/cli/cli.rb,
lib/lilutils.rb,
lib/lilutils/misc/pascal.rb,
lib/lilutils/misc/bit_vector.rb,
lib/lilutils/misc/binary_search.rb,
lib/lilutils/algo_test_utils/data_sets.rb

Overview

Provides for code useful to test algorithms, do benchmarks etc. For example, you might be testing a sorting algorithm and need 100_000 or 1_000_000 randomly generated (supposedly unsorted) strings. Of course, you are not going to test your algorithm with ten or hundred strings or numbers, right?

Defined Under Namespace

Modules: AlgoTestUtils, CLI, Misc

Constant Summary collapse

VERSION =
'0.0.1'