The goal of this project was to implement a simplified agenda manager which reads a list of rules with priorities from a file and created a heap by using a priority queue to run the manager
View The full project specification
Vishal Ghugare
Implementation language: C
Queue structure used
typedef struct ListItem { int priority; char rule[RULE_LEN]; struct ListItem *next; }
Sorry I cannot provide the code as this course is currently ongoing. If you still want the code please request for it submitting the form below
Sorry I cannot provide the code as this course is currently ongoing. If you still want the code please request for it submitting the form below
Sorry I cannot provide the code as this course is currently ongoing. If you still want the code please request for it submitting the form below
Sorry I cannot provide the code as this course is currently ongoing. If you still want the code please request for it submitting the form below
rule1, priority1), (rule2, priority2) (rule3, priority3)
Sorry I cannot provide the code as this course is currently ongoing. If you still want the code please request for it submitting the form below