Skip to content

codingforinterviews/cfi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
William Blankenship
Feb 14, 2014
930c9f4 · Feb 14, 2014

History

25 Commits
Feb 8, 2014
Feb 7, 2014
Feb 12, 2014
Feb 14, 2014
Feb 10, 2014
Feb 9, 2014
Feb 8, 2014
Feb 12, 2014
Feb 12, 2014

Repository files navigation

The Coding For Interviews Verification Tool

Usage

To give it a spin you can do the following:

node index.js list

node index.js test "Tree Zig Zag" "command for executing your tree-zig-zag solution"

NOTE: your command will be dumped directly into terminal, so if it is a python file do ./tree_zig_zag.py

How it works

It maintains a clone of of the cli_tests repo in ~/.cfi, each folder is a problem, each problem contains unit tests [0-9]*.{input,ouput} It loads these in and runs unit tests asynchronously.

Build Status

Build Status

About

The Coding For Interviews Verification Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published