Skip to content

Commit 90e4a37

Browse files
authored
Add instalation info
1 parent b4d55ae commit 90e4a37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Priority queue implementations in C#
55
## Table of contents
66

77
* [Features](#features)
8+
* [Instalation](#instalation)
89
* [Example usage](#example-usage)
910
* [Implementation comparison](#implementation-comparison)
1011
* [Time complexity](#time-complexity)
@@ -16,6 +17,10 @@ Priority queue implementations in C#
1617
* Two default implementations of the priority queue data structure
1718
* Easy way to create your own implementation by implementing the `IPriorityQueue` interface
1819

20+
## Instalation
21+
22+
Use the [Nuget package](https://www.nuget.org/packages/PriorityQueues/) or download the source code
23+
1924
## Example usage
2025

2126
First we'll define a sample class that which will be used in our queue.

0 commit comments

Comments
 (0)