Documentation
¶
Overview ¶
testcases is a simple utility library to reduce redundant code in my algorithms repos.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomInt ¶
RandomInt is a method that provides a list of integers The integers are generated randomly and scoped to the mod argument, the length is n
func ReverseSorted ¶
ReverseSorted provides a list of integers from n to 1, the length is n The output is reverse sorted
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.