solve hw 7

This commit is contained in:
JamesFlare1212
2025-03-27 23:45:56 -04:00
parent 48d8b8fcfd
commit ff290ace15
5 changed files with 478 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
HOMEWORK 7: Search Engine
NAME: < insert name >
NAME: Jinshan Zhou
COLLABORATORS AND OTHER RESOURCES:
@@ -10,13 +10,13 @@ List the names of everyone you talked to about this assignment
LMS, etc.), and all of the resources (books, online reference
material, etc.) you consulted in completing this assignment.
< insert collaborators / resources >
some examples about recursive listing file under a path
Remember: Your implementation for this assignment must be done on your
own, as described in "Academic Integrity for Homework" handout.
ESTIMATE OF # OF HOURS SPENT ON THIS ASSIGNMENT: < insert # hours >
ESTIMATE OF # OF HOURS SPENT ON THIS ASSIGNMENT: 12hr
MISC. COMMENTS TO GRADER:
@@ -33,5 +33,7 @@ What parts of the assignment did you find challenging? Is there anything that
finally "clicked" for you in the process of working on this assignment? How well
did the development and testing process go for you?
< insert reflection >
The program made a lot of mistake at the begin and I don't know why. After
a deep research, I found it's because some missing "/" when we join path. Then.
I fixed it and everything works fine. The snippet also trick me a bit. But, isn't
that hard (since easy to debug)