TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
30.03k stars 7.1k forks source link

PriorityQueue #2630

Closed AbhirajBose closed 9 months ago

AbhirajBose commented 10 months ago

Description of Change

This is a pull request regarding the Implementation of Priority Queue using Linked List.In this file I have made a code regarding the Priority Queue.Priority Queue is a type of Data Structure which uses the concept of LinkedList to arrange the data in order of priority as instructed by the user. Contributors guide: https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md -->

Checklist

Notes: Priority queue is a type of data structure which sorts the Linked List in order as provided by the user.Here is the code for the following

NitishPal2013 commented 10 months ago

@AbhirajBose your PR message has numbers instead of checks in the checkboxes. Kindly read the markdown down syntax for the adding ticks in the checkbox.

Great work by the way but need some more work on this. These are some suggestions:

1) You have not added any test cases. Please add the test cases. 2) Do add the docs about your code. It will help other fellow developers to understand it. 3) Do read the contribution guidelines for the correct format of code and the PR.

AbhirajBose commented 10 months ago

@NitishPal2013 Please check it out once now

NitishPal2013 commented 10 months ago

@AbhirajBose , it still does not follow the contribution guidelines. ping me in the discord community general server if you have any problem in understanding it. My discord username nitish_pal .

AbhirajBose commented 10 months ago

@MogomotsiFM Please check my PR now

AbhirajBose commented 10 months ago

@NitishPal2013 Please check it now

AbhirajBose commented 10 months ago

@MogomotsiFM Yes,it is.If possible,please merge my PR.

github-actions[bot] commented 9 months ago

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 9 months ago

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!