Skip to content

Releases: alexandra-zaharia/libgcds

libgcds v1.2.0

02 Feb 12:35
f389985
Compare
Choose a tag to compare

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 to CircularLinkedList, LinkedList, and Vector.

libgcds v1.1.0

27 Jan 14:28
c970677
Compare
Choose a tag to compare

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, and Vector) from unsigned int to int.

libgcds v1.0.0

22 Dec 21:24
Compare
Choose a tag to compare

This is the first binary release (Linux x86_64) of libgcds. It includes the static library libgcds.a and the associated header files.