Sequence
protocol Sequence
-
Get the largest early finish
Declaration
Swift
var largestEarlyFinish: Int { get }
-
Get the smallest late start
Declaration
Swift
var smallestLateStart: Int { get }
-
Get the EF of the neighbor. It could be the predecessor or the successor
Declaration
Swift
var earlyFinish: Int { get }