Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This problem is trivialized in C since you are already given an implementation of a Queue. The whole point of the exercise is to realize that you need a queue, but since you are given an implementation of a queue it is kind of like they are saying here is the solution. A good C programmer should be able to write their own Queue, with black jack and ...
This comment is hidden because it contains spoiler information about the solution