Problem:
Question 1: Describe preorder traversal, depth first traversal and backtracking and explain how they are all similar when applying to data trees.
Question 2: Write an application that can hold eight integers in an array. Display the integers from first to last, and then display the integers from last to first. Save the file as EightInts.java
Include source of information for best answer.