diff --git a/README.md b/README.md index 0fb11d5e..8c78ab2e 100644 --- a/README.md +++ b/README.md @@ -610,7 +610,6 @@ additional ordered map implementations. ### Trees -- [goskiplist](https://github.com/ryszard/goskiplist) - Skip list implementation in Go. - [hashsplit](http://github.com/bobg/hashsplit) - Split byte streams into chunks, and arrange chunks into trees, with boundaries determined by content, not position. - [merkle](https://github.com/bobg/merkle) - Space-efficient computation of Merkle root hashes and inclusion proofs. - [merkletree](https://github.com/cbergoon/merkletree) - Implementation of a merkle tree providing an efficient and secure verification of the contents of data structures.