Skip to content

Commit ff3ab0f

Browse files
BethanyGYrahcaz7
andauthored
Update concepts/recursion/about.md
Co-authored-by: Yrahcaz <74512479+Yrahcaz7@users.noreply.github.com>
1 parent 7256235 commit ff3ab0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concepts/recursion/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ In the future, Adya may try to work through problems recursively first.
127127
She may find it easier to initially walk through the problem in clear steps when nesting, mutation, and complexity are minimized.
128128
After working out the basic logic, she can then focus on optimizing her initial recursive steps into a more performant looping approach.
129129

130-
Even later, when she learns about [concept:python/tuples](), Adya could consider further "optimizing" approaches, such as using a [`list comprehension`][list-comprehension] with [`Calendar.itermonthdates`][itermonthssates], or [memoizing][memoization] certain values.
130+
Even later, when she learns about [concept:python/tuples](), Adya could consider further "optimizing" approaches, such as using a [`list comprehension`][list-comprehension] with [`Calendar.itermonthdates`][itermonthdates], or [memoizing][memoization] certain values.
131131

132132

133133
## Recursive Variation: The Tail Call

0 commit comments

Comments
 (0)