From 7a98d5f86eb43f0ad6b67cd9d947c675c9bdaf25 Mon Sep 17 00:00:00 2001 From: Cameron Bergoon Date: Tue, 20 Jun 2017 13:42:55 -0400 Subject: [PATCH] Adding cbergoon/merkletree to DS section (#1463) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 943c3ea8..b0585fe0 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [levenshtein](https://github.com/agext/levenshtein) - Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix. * [levenshtein](https://github.com/agnivade/levenshtein) - Implementation to calculate levenshtein distance in Go. * [mafsa](https://github.com/smartystreets/mafsa) - MA-FSA implementation with Minimal Perfect Hashing +* [merkletree](https://github.com/cbergoon/merkletree) - Implementation of a merkle tree providing an efficient and secure verification of the contents of data structures. * [roaring](https://github.com/RoaringBitmap/roaring) - Go package implementing compressed bitsets. * [skiplist](https://github.com/gansidui/skiplist) - Skiplist implementation in Go * [trie](https://github.com/derekparker/trie) - Trie implementation in Go