Skip to content

Commit

Permalink
Fix two citations
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jul 28, 2023
1 parent 504ece8 commit 40b7470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/Combinatorics/partitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ num_partitions(::Oscar.IntegerUnion)
> How many ways are there to pay one euro, using coins worth 1, 2, 5, 10, 20, 50, and/or 100
> cents? What if you are allowed to use at most two of each coin?
This is Exercise 11 in [Knu11](@ref), Section 7.2.1.4 (page 408). It goes back to the famous
"Ways to change one dollar" problem, see [Pol56](@ref). Generally, the problem is to
This is Exercise 11 in [Knu11](@cite), Section 7.2.1.4 (page 408). It goes back to the famous
"Ways to change one dollar" problem, see [Pol56](@cite). Generally, the problem is to
generate and/or count partitions satisfying some restrictions. Of course, one could generate
the list of all partitions of 100 (there are about 190 million) and then filter the result
by the restrictions. But for certain types of restrictions there are much more efficient
Expand Down

0 comments on commit 40b7470

Please sign in to comment.