Homework 3 Extra Credit... Problem 1: Recursive found in the 'problem1' folder compile: 'make' run : './part1 -n' my output is in output.txt ALSO, you were supposed to do bfs (smart->brain) found in 'testbfs' folder compile: 'make' run : './testbfs -n' my output is in output.txt Problem 2: Non-Recursive found in 'problem2' folder compile: 'make' run : './part2 -n' my output is in output.txt (NOTE, YOUR RESULTS COULD'VE DIFFERED FROM MINE AND STILL BEEN CORRECT...ASK ME HOW IF YOU'RE CURIOUS)