File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
2126First we'll define a sample class that which will be used in our queue.
You can’t perform that action at this time.
0 commit comments