Implementation of Week 2 Project of edX ColumbiaX: CSMM.101x Artificial Intelligence (AI)
Details of the requirements can be found here
- Implement a tree search algorithm
- Break out the completion to a separate function and pass as param to search algorithm
- Performance stinks. is this python, generally, or am I using it wrong?