QBASIC PROGRAMMING
Moderators:Administrator, Global Moderator
Wirth's Book: "Algorithms + Data Structures = Programs" gives information on programming for computer (binary) trees in PASCAL: a language which has a complete system of pointers and recursive declarations. I was hoping to translate the search tree non-recursive program into QBASIC but always get stuck because of his assignments. Has anybody had experience of this sort of problem?