<!-- A clear and concise description of what the problem is --> In the data structures section, queues are missing. Since queues are an essential data structure, I believe they should be included. <!-- A clear and concise description of what you want to happen. --> Having a circular queue implemented using an array and a queue implemented using a linked list would be helpful.