- Add algorithms:
find
,print
,iterator
,unique
,reverse
,fill
,slice
- Add another types of sort:
Quick Sort
,Insertion Sort
,MergeSort
, etc - Implement data copy modes: deep copy, simple copy
- Add default named arguments for all algorithms for unify.
- Add
array
as core container. This container as opposed tovector
haven`t possibility to change the size. - Add support
resize
function with negative argument which will decrease size of vector/ll - Add unit tests for containers: linked list, vector
- Add thread safety
- Add static memory allocation support
- Add
static_asserts
andGuards
on structs - Check library by Valgrind
- Add doxygen support
- Add test cover support
- ceedling test:pattern[Alg_Transformation*]