Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3f28540

Browse files
authored
Add Installation section [skip ci]
1 parent 07951c3 commit 3f28540

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎README.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Overview
22

3-
[![Build Status](https://travis-ci.org/rvhuang/kmp-algorithm.svg?branch=master)](https://travis-ci.org/rvhuang/kmp-algorithm) [![algorithm-force MyGet Build Status](https://www.myget.org/BuildSource/Badge/algorithm-force?identifier=dae1708a-833c-4128-aaa9-0811c1fe33c6)](https://www.myget.org/)
3+
[![Build Status](https://travis-ci.org/rvhuang/kmp-algorithm.svg?branch=master)](https://travis-ci.org/rvhuang/kmp-algorithm) [![algorithm-force MyGet Build Status](https://www.myget.org/BuildSource/Badge/algorithm-force?identifier=dae1708a-833c-4128-aaa9-0811c1fe33c6)](https://www.myget.org/feed/algorithm-force/package/nuget/AlgorithmForce.Searching)
44

55
**KMP Algorithm .NET** is the .NET implementation of Knuth–Morris–Pratt algorithm. The project defines a set of extension methods that apply the algorithm to strings and lists.
66

@@ -10,6 +10,10 @@ The project also includes a "backward" version of KMP algorithm that searches th
1010

1111
## Getting Started
1212

13+
### Installation
14+
15+
PM> Install-Package AlgorithmForce.Searching -Source https://www.myget.org/F/algorithm-force/api/v3/index.json
16+
1317
### First and Last Index Search
1418

1519
Using the extension method is similar to [String.IndexOf](https://docs.microsoft.com/en-us/dotnet/core/api/system.string#System_String_IndexOf_System_String_), as following example shows.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /