Skip to content

libgcds v1.1.0

Compare
Choose a tag to compare
@alexandra-zaharia alexandra-zaharia released this 27 Jan 14:28
· 18 commits to master since this release
c970677

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.