ZaldivarSamuel / Cartesian-Product-of-Sets

C++ program to calculate the Cartesian Product of two sets using a Linked List data structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cartesian-Product-of-Sets

C++ program to calculate the Cartesian Product of two sets using a Linked List data structure

g++ -c main.cpp Set.cpp Element.cpp
g++ main.o Set.o Element.o
./a.out

Alt text

About

C++ program to calculate the Cartesian Product of two sets using a Linked List data structure


Languages

Language:C++ 100.0%