mirror of
https://github.com/TheAlgorithms/Ruby
synced 2024-12-25 21:58:57 +01:00
fix duplication
This commit is contained in:
parent
51eb72bb28
commit
b9596635ec
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
#
|
||||
|
||||
|
|
Loading…
Reference in a new issue