Post an informative entry (or entries) in the discussion threads under Unit 5 topics. Your own writing, as well as your references/quotes/links to the third-party materials should not require more advanced background than the level reached by this class. You can also start a relevant topic, besides the ones I set up: 'Remove() / Poll() / Peek()' and Ideas for Queue Implementations.
For 'Ideas for Queue Implementations' option, you could describe in a reasonable amount of detail a technical idea that could be implemented using a queue. An idea needs to be related to computer science. Reasonable detail means at least a substantial paragraph or two.
You only need to do one of the options, but feel free to do both if you so wish. I am not expecting a PhD dissertation here, but it should be at least a substantial paragraph in either case.
Write a program that reads in a sequence of characters and stores each character in a deque. Display the deque contents. Then use a second deque to store the characters in reverse order. When done, display the contents of both deques.