[Feature] PriorityQueue #4

Closed
opened 2020-12-07 09:40:06 +01:00 by Speiger · 0 comments
Owner

PriorityQueue is a really good replacement for linkedLists and also provide a lot of features

  • Types

    • Priority Queue (interface)
    • Priority Dequeue (interface)
    • FIFO Priority Queue (class)
    • Heap Priority Queue (class)
    • Array Priority Queue (class) (allows duplicated entries for sorting)
  • Wrappers

    • Synchronized
PriorityQueue is a really good replacement for linkedLists and also provide a lot of features - Types - [ ] Priority Queue (interface) - [ ] Priority Dequeue (interface) - [ ] FIFO Priority Queue (class) - [ ] Heap Priority Queue (class) - [ ] Array Priority Queue (class) (allows duplicated entries for sorting) - Wrappers - [ ] Synchronized
Speiger added the
enhancement
label 2020-12-07 09:40:06 +01:00
Speiger added this to the 1.0 Feature List project 2020-12-07 09:40:06 +01:00
Speiger added this to the 1.0.0 Release milestone 2021-01-27 06:06:31 +01:00
Speiger added the
Tested
Implemented
labels 2021-04-22 23:06:34 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Speiger/Primitive-Collections#4
No description provided.