Skip to content

noamtamir/graph-execution-procedure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Launch Sequence

Run

To run the solution with the example: python solution.py

For more examples look at tests.py. Run tests using unittest: python -m unittest

Assumptions

  1. A dependency node can only have other dependency nodes connected to it, but not a state node.
  2. In the launch sequence the last dependecy should be launched first.
  3. If a dependency has already been launched in a current state, it does not need to be launched once again, in this same state.
  4. 's' and 'd' nodes are the only legal node types.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages