/edx-ai-week2-project

Implementation of Week 2 Project of edX ColumbiaX: CSMM.101x Artificial Intelligence (AI)

Primary LanguagePythonApache License 2.0Apache-2.0

edx-ai-week2-project

Implementation of Week 2 Project of edX ColumbiaX: CSMM.101x Artificial Intelligence (AI)

Details of the requirements can be found here

Tasks

  • 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?