Releases: jean553/c-data-structures
Releases · jean553/c-data-structures
Merkle tree data chunk check integration
Add merkle tree
Merge pull request #260 from jean553/add_merkle_tree_doc add merkle tree into the README
Add dropAt method for double linked list
1.1.0-01 Merge pull request #214 from jean553/integrate_drop_at_double_linked_…
Fix linked list remove at the end
Fix linked list remove at the end function when the linked list only contains one node.
Fix vector API
Vector implementation was wrong. Some functions have been removed from the API. Reallocation has been fixed.
Initial release
v0.1.0-01 Merge pull request #198 from jean553/b_tree_check_items_are_ordered_i…