This document contains the results of running depth-first search (DFS) and breadth-first search (BFS) algorithms on 5 graphs using implementations on a local machine and a FLIP server, as part of a data structures assignment submitted by Arif Adatia. For each graph, the recursive DFS version is listed first as the correct output, followed by results from running the student's DFS and BFS functions locally and on the FLIP server.