English version is in beta. All contents of the site should be already translated (mostly using machine translation), and everything should work properly. However, if you find any problems, please contact me.

Stack, queue, dequeue

Some theory:
one (do not bother with doubling the array yet, use fixed-size arrays),
two part 1, two part 2, two part 3 (in all these three parts, read mainly the into section and Implement using an Array section).