Download the Turing environment and documentation for FREE from: compsci.ca
These files are zipped files and must be extracted. You can download a FREE archive (zip) manager from Sourceforge
You may also want to download the free books:
Introduction to Programming in Turing First Edition, Second Printing - An introduction to the turing programming langue by J. N. P. Hume. ISBN: 0-921598-42-4
Object Oriented Turing Reference Manual Seventh Edition Version 1.0 Reference manual for the Turing programming langue by R.C. Holt and Tom West. ISBN 0-921598-35-1
Sequential and Binary Searches [1] [2]
Get your Standard Sorting Presentation Document here. Try to keep submissions to two or three pages. Format web references/links in your Resources/Links/Sources section in accordance to MLA citation format and then format the entire reference to hyperlink.
Memory Mapping with Instruction Pointer & Stack Tracking
[1] [2] [3A] [3B]Binary Tree Sort Definition/Concept
Right Click and select "Save Target As" or "Save Link As" to download the 5 Lessons on Pointers (Flash.exe)
If you've never used an object-oriented programming language before, you'll need to learn a few basic concepts before you can begin writing any code. This lesson will introduce you to objects, classes, inheritance, interfaces, and packages. Each discussion focuses on how these concepts relate to the real world, while simultaneously providing an introduction to the syntax of the Java programming language
More Java tutorials can be found here.