Added a Study Link to Permutation page

Added an article found online that guides a reader on the logic of permutations in programming.
pull/162/head
Cristobal Forno 5 years ago committed by GitHub
parent 15b7a080c9
commit dd1fbfb021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,10 @@ id: permutation
title: Permutation
---
## Study Links
- [Generating permutations of all elements of an array](https://www.codesdope.com/blog/article/generating-permutations-of-all-elements-of-an-arra/)
## Sample questions
- You are given a 7 digit phone number, and you should find all possible letter combinations based on the digit-to-letter mapping on numeric pad and return only the ones that have valid match against a given dictionary of words.

Loading…
Cancel
Save