mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-08 19:06:00 +00:00
Update READMEs.
This commit is contained in:
parent
ec7232ea15
commit
1fd5131c60
@ -5,6 +5,10 @@ In set theory a Cartesian product is a mathematical operation that returns a set
|
||||
the Cartesian product A × B is the set of all ordered pairs (a, b)
|
||||
where a ∈ A and b ∈ B.
|
||||
|
||||
Cartesian product `AxB` of two sets `A={x,y,z}` and `B={1,2,3}`
|
||||
|
||||

|
||||
|
||||
Image from [Wikipedia](https://en.wikipedia.org/wiki/Cartesian_product)
|
||||
## References
|
||||
|
||||
[Wikipedia](https://en.wikipedia.org/wiki/Cartesian_product)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user