AI Breadth First Search

So my question is that when creating an AI roam and chase, does the Behavior tree count as a breadth first search? since the behavior tree starts from the top first root node and then goes down(get location or roam or move to).

I am asking this because I have a coursework that requires BFS so i was wondering if using behavior tree would conclude it as done?