Skip to content

Commit 495c324

Browse files
committed
Coin change description working
1 parent f1daa66 commit 495c324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tired of Googling around for programming interview practice problems? This is a
55
## Suggested Practice Questions
66

77
1. [Array Rotation](array_rotate): take a given array and rotate it `n` slots *(10-20 minutes)*
8-
2. [Coin Change](coin_change): how many different ways can you make change for an mount, given a list of coins?
8+
2. [Coin Change](coin_change): how many different ways can you make change given an amount and list of coins?
99
3. [Tree Zig Zag](tree_zig_zag): alternate between the left-most and right-most nodes in a BST.
1010

1111
## How should you approach these problems?

0 commit comments

Comments
 (0)