by Nick Parlante Copyright 2000, Nick Parlante This article presents one of the neatest recursive pointer problems ever devised. This an advanced problem that uses pointers, binary trees, linked lists, and some significant recursion. This article includes the problem statement, a few explanatory diagrams, and sample solution code in Java and C. Thanks to Stuart Reges for originally showing me the problem. Stanford CS Education Library Doc #109 Introduction The problem will use two data structures -- an ordered binary tree and a circular doubly linked list.
Read full article from Tree List Recursion Problem
No comments:
Post a Comment