Lybecker / qsec_queue_framework

[Training] The repository for the Quality Software Engineering Challenge - Mission 006 - Mission 006 - The Queue Framework. See https://github.com/krist00fer/qsec/
Apache License 2.0
0 stars 3 forks source link

Implement basic priority queue #5

Open Lybecker opened 6 years ago

Lybecker commented 6 years ago

A .NET standard library with the following features:

Test requirements: 100% code coverage

Lybecker commented 6 years ago

Dependend on #4

avodovnik commented 6 years ago

I'd like to help, but I'm not sure what it is you need here. Do you just want a variable, i.e. `var queue = new Queue()"?

Lybecker commented 6 years ago

Please implement a priority queue library.