Releases: alexandra-zaharia/libgcds
Releases · alexandra-zaharia/libgcds
libgcds v1.2.0
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.1.0:
- Added an
index
method toCircularLinkedList
,LinkedList
, andVector
.
libgcds v1.1.0
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
.
libgcds v1.0.0
This is the first binary release (Linux x86_64) of libgcds. It includes the static library libgcds.a
and the associated header files.