Cell 1 — code
25 stroke(s)
print('SMILE') print('KITTY')
SILE KITTY
print('SMILE') print('KITTY')
SILE KITTY
DFS is a __ algorithm using a __ If we had the following tree, what order would we visit our nodes in?
This is different from BFS where we use a __
def dfs(g):