Menu

CSTL / News: Recent posts

0.2.5

Added Sort, QuickSort, Partition, NthElement, and RandomShuffle.

Posted by Harold Howe 2006-11-13

0.2.4

Added NextPermutation, PrevPermuation, and LexCompare.

Posted by Harold Howe 2006-10-02

0.2.3

Added new algorithms: Search, SearchN, FindEnd, FindFirstOf, Rotate, and RotateCopy. Switched algorithms that compare for equality from IComparer<T> to IEqualityComparer<T>.

Posted by Harold Howe 2006-09-30

0.2.2

Added binders and stock predicates. Started working on Sort and StableSort.

Posted by Harold Howe 2006-09-27

0.2.1 Release

I have added more unit tests for the existing algorithms. Most of the algorithms now have a unit test. I also fixed bugs in the algorithms that were found during testing.

See the readme.txt file for a description of the library.

Posted by Harold Howe 2006-09-26

Initial pre-alpha release (0.2.0)

I just finished uploading the initial release of CSTL. See the readme.txt file for a description of the library.

Posted by Harold Howe 2006-05-23