We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1daa66 commit 495c324Copy full SHA for 495c324
README.md
@@ -5,7 +5,7 @@ Tired of Googling around for programming interview practice problems? This is a
5
## Suggested Practice Questions
6
7
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?
+2. [Coin Change](coin_change): how many different ways can you make change given an amount and list of coins?
9
3. [Tree Zig Zag](tree_zig_zag): alternate between the left-most and right-most nodes in a BST.
10
11
## How should you approach these problems?
0 commit comments