Skip to content

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

Notifications You must be signed in to change notification settings

ZaldivarSamuel/Cartesian-Product-of-Sets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages