From b3fca79cc189968be21b092c990e78e83b8af051 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Fri, 13 Apr 2018 17:50:30 +0300 Subject: [PATCH] Update READMEs. --- src/algorithms/math/cartesian-product/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/math/cartesian-product/README.md b/src/algorithms/math/cartesian-product/README.md index dd74a758..ae58a15d 100644 --- a/src/algorithms/math/cartesian-product/README.md +++ b/src/algorithms/math/cartesian-product/README.md @@ -7,7 +7,7 @@ where a ∈ A and b ∈ B. Cartesian product `AxB` of two sets `A={x,y,z}` and `B={1,2,3}` -![Cartesian Product of Two Sets](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/cartesian-product.png) +![Cartesian Product of Two Sets](https://upload.wikimedia.org/wikipedia/commons/4/4e/Cartesian_Product_qtl1.svg) ## References