main
feat(codes/c): Add linkedlist_deque.c (#422)
Fix the function for printing the queue (#1573)
Fix confusion between queSize and rear pointer in ArrayQueue implementation (#1851)
Bug fixes and improvements (#1380)
fix memory leak in the C code (#1203)
fix(linkedlist_queue.c): Remove redundant conditional judgments. (#1055)
A bug fix.