Skip to content

Commit 4b9217c

Browse files
committed
Adding approach link
1 parent 5ea6926 commit 4b9217c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

exercises/practice/change/.approaches/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"introduction": {
33
"authors": [
44
"jagdish-15"
5+
],
6+
"contributors": [
7+
"kahgoh"
58
]
69
},
710
"approaches": [

exercises/practice/change/.approaches/introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ class ChangeCalculator {
5656
}
5757
```
5858

59+
For a detailed look at the code and logic, see the full explanation in the [Recursive Approach][approach-recursive].
60+
5961
## Approach: Dynamic Programming - Top down
6062

6163
```java

0 commit comments

Comments
 (0)