Files
CSC310-Homework/Homework 5
Aaron Helton 4c1e3b6cc7 Initial Commit
2019-05-10 23:57:25 -04:00
..
2019-05-10 23:57:25 -04:00
2019-05-10 23:57:25 -04:00
2019-05-10 23:57:25 -04:00
2019-05-10 23:57:25 -04:00

The programs contained in this folder are used to implement a simple list of instructions for solving a Tower of Hanoi puzzle with a given number of disks (hanoi.py), and 
a program for printing the inorder and preorder traversals of a tree input to the program as an array of integers or null values (tree.py)

Both programs can easily be run from within your Python IDE of choice without modification, or directly run on the command line using the appropriate Python 3 command with
no additionalarguments.