CSC 216 F09/Sorting: Difference between revisions
Jump to navigation
Jump to search
m (CSC 216 F09/template moved to CSC 216 F09/Sorting: Adding my Learning Exercise) |
|||
Line 2: | Line 2: | ||
[http://pg-server.csc.ncsu.edu/mediawiki/index.php/CSC_216_F09/Sorting] | [http://pg-server.csc.ncsu.edu/mediawiki/index.php/CSC_216_F09/Sorting] | ||
== | ==Background== | ||
Give the title of your exercise, which may include the name of the topic you are covering, or some other catchy title. | Give the title of your exercise, which may include the name of the topic you are covering, or some other catchy title. |
Revision as of 21:25, 17 November 2009
Sorting
Background
Give the title of your exercise, which may include the name of the topic you are covering, or some other catchy title.
Discovering A Sorting Procedure
Too often, we teach beginning programming students how to sort. It is better if they discover how to sort on their own. We should encourage them to try sorting methods with cards and blocks and then have them develop written procedures..
Participants and props
How many students will participate? What else do you need (e.g., old tennis ball, Powerpoint slides, software).
The script
Describe how to do your exercise.