8000 GitHub - GoelJatin/nand_graph
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GoelJatin/nand_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graph

Module for parsing a string expression and converting it into a Graph, and doing NAND / AND operations on the inputs.

Supported Expressions

The Expression must be given in a proper format.

!(A.B) --> NAND operation on inputs A and B

C.D --> AND operation on inputs C and D

Usage

To convert an expression into a Graph:

  1. Import the module graph
  2. Call the method parse_input and pass the string as the parameter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0