Skip to content

Commit b971989

Browse files
4_permutations: Fix typo in README (#637)
1 parent b5db863 commit b971989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • computer_science/recursion/4_permutations

computer_science/recursion/4_permutations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Exercise 4 - permutations
22

3-
Write a function that takes in an empty array or an input array of an consecutive positive integers, starting at 1, and returns an array of all possible permutations of the original array
3+
Write a function that takes in an empty array or an input array of consecutive positive integers, starting at 1, and returns an array of all possible permutations of the original array.
44

55
The integers will not repeat.
66

0 commit comments

Comments
 (0)