diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-29 13:07:00 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-29 13:07:00 -0600 |
| commit | 44394437c04390b5735654223c7f6ce6d0849799 (patch) | |
| tree | 602bc4ad67c0b4f8dcd032b7c2115da46ef27cee /src/01/01a/priority_queue.h | |
| parent | 7510ecbb65edfdb46a57169f3bedc21a3296dac5 (diff) | |
Add README for 1a.
Diffstat (limited to 'src/01/01a/priority_queue.h')
| -rw-r--r-- | src/01/01a/priority_queue.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/01/01a/priority_queue.h b/src/01/01a/priority_queue.h index 3228abd..17ca5ee 100644 --- a/src/01/01a/priority_queue.h +++ b/src/01/01a/priority_queue.h @@ -11,7 +11,6 @@ typedef struct { int size; } PriorityQueue; - PriorityQueue *initialize(); Node *create_node(int priority, int data); int size(PriorityQueue *queue); |
