Page 1 of 1

QBASIC PROGRAMMING

Posted: Tue Aug 27, 2019 12:21 am
by Anthony
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?