Algo_ds_101: Priority Queue

Created on 7 Oct 2020  Â·  12Comments  Â·  Source: ahampriyanshu/algo_ds_101

Submission Title
Priority Queue

Submission Type
Data Structure

Submission Description
Priority queues are a type of container adaptors, specifically designed such that its first element is always the greatest of the elements it contains, according to some strict weak ordering criterion.

This context is similar to a heap, where elements can be inserted at any moment, and only the max heap element can be retrieved (the one at the top in the priority queue).

Priority queues are implemented as container adaptors, which are classes that use an encapsulated object of a specific container class as its underlying container, providing a specific set of member functions to access its elements. Elements are popped from the "back" of the specific container, which is known as the top of the priority queue.

Submission Directory
Main_Folder => Data_Structures => Queues=> Priority Queue => priorityQueue.cpp

Contributors

  • [x] C++ -
  • [ ] C -
  • [ ] Python -
  • [ ] Java -
  • [ ] JavaScript -
  • [ ] TypeScript -
  • [ ] Golang -
  • [ ] Ruby -
  • [ ] php -
  • [ ] Swift -
  • [ ] C# -
C# C++ Hacktoberfest New Submssion first timer good first issue java php ruby scala swift

All 12 comments

Can you please assign me this issue? Thanks.

i want to solve this program using python language

I'd like to implement it in JS.

I would like to do it in type Script please assign this to me

I can implement priority queue in cpp please assign this to me
Peace :)

Can I work on it in C ?

Hi , could you please assign me this issue , I can implement it in c++.

@Rohanfizz & @aniket173000
C++ implementation already exists.

Can i take this issue? I would do this problem using python language.

Hey can you assign me this issue?
I would solve it in C

Thank you sir for assigning this task to me:)

On Mon, Oct 12, 2020, 03:09 Priyanshu Tiwari notifications@github.com
wrote:

Assigned #994 https://github.com/ahampriyanshu/algo_ds_101/issues/994
to @Aarti002 https://github.com/Aarti002.

—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
https://github.com/ahampriyanshu/algo_ds_101/issues/994#event-3864112524,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AQ3EQQ4PLOYLOMXQCFTVP5LSKIQYVANCNFSM4SHNJRFA
.

Thanks for assigning
I have resolved the issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahampriyanshu picture ahampriyanshu  Â·  5Comments

ahampriyanshu picture ahampriyanshu  Â·  5Comments

ahampriyanshu picture ahampriyanshu  Â·  5Comments

ahampriyanshu picture ahampriyanshu  Â·  5Comments

Nirali0029 picture Nirali0029  Â·  4Comments