hello iam trying a circular queue in linked list and array there are two questions for me
1.how can circular queue can be implemented in a normal linked list??i think it can be implemented in circular singly linked list right??
2.if i implement it in array how i will connect last element with first element????