Bite-Size .NET 6 - PriorityQueue

added by DotNetKicks
10/26/2021 2:08:43 PM

151 Views

Let's continue our series on new .NET 6 features with an interesting new way to order objects: PriorityQueue ! .NET 5 and prior have a class called Queue , which represents a collection with first-in, first-out (FIFO) behavior.


0 comments