Solve the starvation problem using any simple, suitable technique 1) Write a queue class using linked list to implement the queue. Do not us the link list from STL. This assignment is to give you practice using enums, string variables, and string functions. In order to get full credit f...
Question: Implement CandidateQueue.cpp In CandidateQueue.cpp only implement the functions void CandidateQueue::push_cadidate(Candidate* p) and string CandidateQueue::Exist(string r) DO NOT TOUCH this function ->CandidateQueue::CandidateQueue() For the funct...