Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of Priority Queue #29

Open
nimitbhardwaj opened this issue Feb 11, 2018 · 2 comments
Open

Addition of Priority Queue #29

nimitbhardwaj opened this issue Feb 11, 2018 · 2 comments

Comments

@nimitbhardwaj
Copy link

One day, I had a need for a priority queue implementation, I thought that there would be a module like collections, and here it is, but again here is no Priority queue implementation here, so I was hoping to have a distributed priority queue implementation which may seems handy many times in the computer science, like in the implementation of Djikstra's algorithm or prim's or kruskal's algorithm there is a need of a priority queue, so was hoping of it.

@nimitbhardwaj
Copy link
Author

One day, I created an implementation of priority queue, so was hoping, if I could create the implementation, I created it in C, you may see it here, this was a simple implementation using Heaps, but now I plan to implement a Priority queue using fibonacci heap.
Please provide your views.

@LouisJenkinsCS
Copy link
Owner

Hey @nimitbhardwaj please direct this question to this thread. This repository is frozen for GSoC viewing and the code has been integrated into Chapel as of release 1.16

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

No branches or pull requests

2 participants