Homework 1, Due July 22

In Scala

1. Implement a game of tic-tac-toe with input and output via a console.

2. Implement Depth First Search algorithm for a directed graph, it should print out the node names in the order they are visited for some test graph.