From e1f02a9263c1c65cfa107f5dbad66387c9c2bb29 Mon Sep 17 00:00:00 2001 From: Sujit Shakya Date: Mon, 28 May 2018 14:12:07 +0545 Subject: [PATCH] Adds mspm package name in DataStructure and Algorithm list. (#1946) godoc: https://godoc.org/github.com/BlackRabbitt/mspm testCoverage: https://gocover.io/github.com/blackrabbitt/mspm/ds/trie https://gocover.io/github.com/blackrabbitt/mspm/search reportCard: https://goreportcard.com/report/github.com/BlackRabbitt/mspm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e07e88e..decb62f8 100644 --- a/README.md +++ b/README.md @@ -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.