fix duplication

This commit is contained in:
Vitor Oliveira 2021-05-16 21:52:41 -07:00 committed by GitHub
parent 51eb72bb28
commit b9596635ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@
# The problem is a variant of finding Combinations.
# Mathematically, the problem can be described as,
# given 5 vowels (let k = 5), we want to find the
# number of combinations using only nn vowels. Also,
# number of combinations using only n vowels. Also,
# we can repeat each of those vowels multiple times.
#