Mayank Jain (Mayank19j)

Mayank19j

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

Mayank Jain's repositories

hello-world

First repository - learning

Stargazers:0Issues:1Issues:0

Maximal-Points-3D

In a given set of points in 3D, a point (x1,y1,z1) is said to be maximal if no other point (x2,y2,z2) is present in the given set such that x1<x2 & y1<y2 & z1<z2 all simultaneously.

Language:C++Stargazers:0Issues:1Issues:0

resolution-refutation-prolog

resolution refutation is method of finding whether the given antecedent implies the consequent or not, it could also be used to check validity of the expressions.

Language:PrologStargazers:0Issues:1Issues:0

semantic-tableau

semantic tableau is method of finding whether the given logic (propositional logic here) is consistent or inconsistent, whether it is valid (tautology) or not.

Language:C++Stargazers:0Issues:1Issues:0