summary refs log tree commit diff stats
path: root/tests/stdlib/talgorithm.nim
Commit message (Collapse)AuthorAgeFilesLines
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* added lowerBound function to algorithm libraryCharlie Barto2014-03-231-0/+3
|
* removed unittest from talgorithmSimon Hafner2014-02-061-12/+6
|
* product more robust against empty inputSimon Hafner2014-01-301-0/+5
|
* added Cartesian productSimon Hafner2014-01-301-0/+9