Skip to content

hassamitis/discrete-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Discrete structures concepts in code

Preposition conversion

Given a preposition in the form of

  • Implication
  • Converse
  • Inverse
  • Contrapositive

will be converted into its corresponding three forms

Property Checker

Given a relation R in the form of tuples and a set A based on which R is defined, the program checks for the presence of properties of reflexive, symmetric and antisymmetric.

In case any property doesn't hold, the program will display the tuple due to which the property didn't hold along with a message.

About

Implementation of discrete structures' concepts in Java, C++ and Prolog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published