Skip to content

Commit 49f9613

Browse files
authored
Update README.md
1 parent dd768f1 commit 49f9613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Priority queue implementations in C#
88
* [Example usage](#example-usage)
99
* [Implementation comparison](#implementation-comparison)
1010
* [Time complexity](#time-complexity)
11-
* [External Links](#links)
11+
* [Sources](#sources)
1212

1313
## Features
1414

@@ -63,7 +63,7 @@ There are two deafult implementations: `BinaryHeapPriorityQueue` and `MappedBina
6363
|Contains|O(n)|O(1)|
6464
|Clear|O(n)|O(n)|
6565

66-
## Links
66+
## Sources
6767
Inspired by [WilliamFiset](https://www.youtube.com/channel/UCD8yeTczadqdARzQUp29PJw)'s [playlist](https://www.youtube.com/watch?v=wptevk0bshY&list=PLDV1Zeh2NRsCLFSHm1nYb9daYf60lCcag&index=1) explaining how priority queues work, along with sample implementation code
6868

6969
[Priority queue on Wikipedia](https://en.wikipedia.org/wiki/Priority_queue)

0 commit comments

Comments
 (0)