Quiz for Chapter 3
Don't continue if you have not yet understand the lesson
Time: 45 min
- Make a program to explain circular stack work.
- Do the same as above for double circular list.
- Now, make the insert procedure that is able to insert items in the middle
of the list, for circular queue.
You are a good programmer if you solve all three problems before 35 minutes.
Challenge:
-
In 35 minutes, you shall have redevelop the readme program (remember
last lesson's quiz), but the difference is you must use double linked list
to link the lines.
- 2. Make a simple RPG games. Do you know Final Fantasy? Make a similar
one. If you asked for the idea of the story, then visit me. Use double
linked list. Make a good use of colors. Text mode can
be great! :-)
Where to go?
Back to chapter 3
Advance to chapter 4, about tree and binary tree.
To lesson 2 contents
My main tutorial homepage
My programming links
Contact me here
By: Roby Joehanes, © 1997, 2000