Skip to content

dustingraves/detective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle CI

Detective

###This app will take a file with an array of arrays and return the minimum unique paths

  1. npm install
  2. node app.js samples/events.js

##Sample input ####events.js

[
    ['test1', 'test2'], 
    ['test2', 'test3']
]

##Sample output

[
    ['test1', 'test2', 'test3]
]

##Test

npm test --coverage

About

An app to output minimum unique paths in a graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published