forked from Ada-C10/ride-share
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# ride share | ||
Congratulations! You're submitting your assignment. | ||
|
||
## Comprehension Questions | ||
|
||
| Question | Answer | | ||
|--- |--- | | ||
| What did your data structure look like at first? Did this structure evolve over time? Why? | | | ||
| What was your strategy for going through the data structure and gathering information? | | | ||
| What was an example of something that was necessary to store in a variable? What was the scope of each of that variables? Why? | | | ||
| What kinds of iteration did you use? Did you use `.map`? | | | ||
| Were some calculations easier than others? Why? | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters