Skip to content

Commit c980ba5

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Priority queue implementations in C#
88
* [Example usage](#example-usage)
99
* [Implementation comparison](#implementation-comparison)
1010
* [Time complexity](#time-complexity)
11+
* [TODO](#todo)
1112
* [Sources](#sources)
1213

1314
## Features
@@ -63,6 +64,11 @@ There are two deafult implementations: `BinaryHeapPriorityQueue` and `MappedBina
6364
|Contains|O(n)|O(1)|
6465
|Clear|O(n)|O(n)|
6566

67+
## TODO
68+
69+
* Add a fibonnaci heap based implementation
70+
* Add tests
71+
6672
## Sources
6773
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
6874

0 commit comments

Comments
 (0)