Problem:
Question 1- Write a program that create a circular linked list of 5 elements.
Question 2- Create a deque class using an array as the main data structure. The class should have the functions pop_front(), pop_back(), push_front(), push_back(). Create other data members as required.
Please describe the code with the help of comments.