Stanford CS Education Library: a 33 page collection of 18 linked list problems and their solutions in the C language. Includes explanations, C code, and some memory drawings. Working with real code like this is is the best way to improve yo...More
Stanford CS Education Library: a 33 page collection of 18 linked list problems and their solutions in the C language. Includes explanations, C code, and some memory drawings. Working with real code like this is is the best way to improve your skill with complex pointer code.
Stanford CS Education Library: this article introduces the basic concepts of binary trees, and then works through a series of practice problems with solution code in C/C++ and Java. Binary trees have an elegant recursive pointer structure,...
cslibrary.stanford.edu/110/BinaryTrees.html
-
Get Site Info