Skip to content

Superbest/set-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set tool

Set tool is a simple application that performs set operations.

Running Set tool

Try the Release folder.

If I forget to build after making a change, the Release build may end up behind. Debug will probably have the latest.

If all else fails, you can try compiling yourself. The solution was made in Visual Studio 2013 Community Edition.

Usage

Paste a set A and set B into the form and click Process. The intersection, union and set difference (both ways) will appear in the relevant boxes.

Sets are represented as string lists. Each line is assumed to contain one element. Leading and trailing whitespace will be cleaned, empty lines will be ignored.

About

A simple tool for performing set operations on lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages