add solution of HW4

This commit is contained in:
JamesFlare1212
2025-02-13 14:25:13 -05:00
parent 84902bd0dc
commit 38c1a8e0d9
6 changed files with 300 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
HOMEWORK 4: Yelp Businesses
NAME: < insert name >
NAME: Jinshan Zhou
COLLABORATORS AND OTHER RESOURCES:
@@ -10,13 +10,14 @@ 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 >
Not really, but when I handle the list, I check many lab examples. Also, I check the
sstream example from alb and my previous homework as well.
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: 13
MISC. COMMENTS TO GRADER:
@@ -33,4 +34,9 @@ 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 >
I just start writing the code and implementation directly. Then, I found there are
a few given codes on the end instruction. But, it's too late for me. I didn't fully
read through the instruction at the beginning. Which brings me some extra work.
When I realize that, other parts of my code already depends on my extract JSON functions.
So, I have to keep writing on top of that. If, I can do this again, I will check the
instruction in detail and find if there are useful cases.