Skip to content

Addition of Priority Queue #29

Open
@nimitbhardwaj

Description

@nimitbhardwaj

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.

Activity

nimitbhardwaj

nimitbhardwaj commented on Feb 11, 2018

@nimitbhardwaj
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

LouisJenkinsCS commented on Feb 23, 2018

@LouisJenkinsCS
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @LouisJenkinsCS@nimitbhardwaj

        Issue actions

          Addition of Priority Queue · Issue #29 · LouisJenkinsCS/Distributed-Data-Structures