From 78be86771fb24a2771d2b3dbafe8b62634948051 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Mon, 30 Apr 2018 18:01:42 +0300 Subject: [PATCH] Add integer partition. --- src/algorithms/math/integer-partition/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/algorithms/math/integer-partition/README.md b/src/algorithms/math/integer-partition/README.md index 134512d3..ee6a9f0a 100644 --- a/src/algorithms/math/integer-partition/README.md +++ b/src/algorithms/math/integer-partition/README.md @@ -31,3 +31,4 @@ are conjugate partitions. ## References - [Wikipedia](https://en.wikipedia.org/wiki/Partition_(number_theory)) +- [YouTube](https://www.youtube.com/watch?v=ZaVM057DuzE)