Skip to content

harshakush/QueryMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QueryMS

First checkin Problem statement: Given a directed labelled graph in form of a knowledge base, and a query, write a parser which can return the edges and/or nodes requested in the query. (Knowledge base and queries are not case sensitive) Knowledge base is given as input in a text file (input.txt). Junit test cases are also provided to verify output (src/testparser.java).

And the corresponding knowledge base for this DAG is : "(, , )" "(, , )" "(, , )" "(, , )" "(, , )" "(, ,“30”)"

About

First checkin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages