Skip to content

Releases: jean553/c-data-structures

Merkle tree data chunk check integration

12 May 17:54
601e7f5
Compare
Choose a tag to compare

This is now possible to check the validity of a given data from the merkle tree, by simply giving a few hashes digests and verify that the given chunk is not corrupted.

Add merkle tree

10 May 16:52
0799cff
Compare
Choose a tag to compare
Merge pull request #260 from jean553/add_merkle_tree_doc

add merkle tree into the README

Add dropAt method for double linked list

04 Feb 18:54
059be7f
Compare
Choose a tag to compare
1.1.0-01

Merge pull request #214 from jean553/integrate_drop_at_double_linked_…

Fix linked list remove at the end

19 Jan 19:48
51379ec
Compare
Choose a tag to compare

Fix linked list remove at the end function when the linked list only contains one node.

Fix vector API

13 Jan 11:47
3920fbd
Compare
Choose a tag to compare

Vector implementation was wrong. Some functions have been removed from the API. Reallocation has been fixed.

Initial release

09 Dec 13:15
d4714e9
Compare
Choose a tag to compare
v0.1.0-01

Merge pull request #198 from jean553/b_tree_check_items_are_ordered_i…