Sujit Shakya 2018-05-28 14:12:07 +05:45 committed by Avelino
parent af722ebb8b
commit e1f02a9263

View File

@ -284,6 +284,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [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.
* [mspm](https://github.com/BlackRabbitt/mspm) - Multi-String Pattern Matching Algorithm for information retrieval.
* [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.