/Cartesian-Product-of-Sets

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

Primary LanguageC++

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