Skip to content

Conversation

@pCYSl5EDgo
Copy link
Contributor

@pCYSl5EDgo pCYSl5EDgo commented Jan 11, 2024

PriorityQueue<TElement, TPriority> was introduced at .NET 6. (I included this type because until recently I thought this type was added in .NET 7.)
It does not implement IEnumerable.
It constructs its map from ValueTuple<TElement, TPriority>[].

@pCYSl5EDgo pCYSl5EDgo mentioned this pull request Jan 11, 2024
14 tasks
@pCYSl5EDgo pCYSl5EDgo changed the title .Net 8 Update(5): PriorityQueue .Net 8 Update(5): System.Collections.Generic.PriorityQueue<TElement, TPriority> Jan 11, 2024
Copy link
Collaborator

@AArnott AArnott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing. Nearly there.

Copy link
Collaborator

@AArnott AArnott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants