Skip to content

steepcloud/Sets-Operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Set Operations Program

This program calculates the union, intersection, difference, and symmetric difference of two finite sets.

Installation

Clone the repository to your local machine:

git clone https://github.com/steepcloud/Sets-Operations.git

Usage

Open the terminal/command prompt and navigate to the project directory.

Compile the C program by executing the following command:

gcc src.c -o set_operations

Run the program by executing the following command:

./set_operations

Follow the on-screen prompts to enter the elements of the two sets.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

About

Basic sets operations program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages