Skip to content

Commit 6468f46

Browse files
committed
Updated quiz 10.
1 parent 3cb8bd8 commit 6468f46

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/quizzes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,14 @@ Unlike the [Ford–Fulkerson algorithm](https://en.wikipedia.org/wiki/Ford%E2%80
124124
* Submit your report to https://canvas.emory.edu/courses/62873/assignments/255746
125125

126126

127+
## Quiz 10
127128

129+
For each k, how many times are the following methods called recursively?
130+
* `RHanoi#solve(List<String> int, char, char, char)`.
131+
* `DHanoi#solve(List<String>, int, char, char, char, Map<String,int[]>)`.
132+
133+
Is there any clear pattern between k and the number of the method calls in each class? Explain the pattern if there is one.
134+
135+
* Submission
136+
* Write a report about your findings and save it as `quiz10.pdf`.
137+
* Submit your report to

0 commit comments

Comments
 (0)