Generic Function Assign-Level (2 methods)

( assign-level < vertex > < level > )

Part of:

package cl-graph
Sets the depth of `vertex` to level and then recursively sets the depth of all of the children of `vertex` to (1+ level).

Method Summary

assign-level < basic-graph > < NUMBER > 
assign-level < basic-vertex > < NUMBER >