DSAL数据结构算法库
Data Structure & Algorithm Library (DSAL) 是一个经典的数据结构和算法库。
主要特性:
- no exception, and ability to work without exception
- exception safety
- template interface
- flexible choice
- programming by contract
- no library to link
- STL similar
- support multi-compiler, support multi-platform
评论