libgcds v1.1.0
alexandra-zaharia
released this
27 Jan 14:28
·
18 commits
to master
since this release
This binary release (Linux x86_64) of libgcds includes the static library libgcds.a
and the associated header files.
Changes with respect to libgcds v1.0.0:
- Added
CircularLinkedList
data structure. - Added a
contains
method to each data structure. - Changed type of position for insertion/removal operations (in
CircularLinkedList
,LinkedList
, andVector
) fromunsigned int
toint
.