本文簡要介紹ruby語言中 Gem::Resolver::Molinillo::DependencyGraph.tsort
的用法。
用法
tsort(vertices)
對給定頂點進行拓撲排序。 @param [Enumerable<Vertex>] 頂點要排序的頂點,必須
all belong to the same graph.
@return [Array<Vertex>] 排序後的頂點。
相關用法
- Ruby DependencyGraph.==用法及代碼示例
- Ruby DependencyGraph.vertices用法及代碼示例
- Ruby DependencyState.pop_possibility_state用法及代碼示例
- Ruby Deprecate模塊用法及代碼示例
- Ruby Deflate.new用法及代碼示例
- Ruby Delegator類用法及代碼示例
- Ruby Deflate.deflate用法及代碼示例
- Ruby DefMethod模塊用法及代碼示例
- Ruby Date.valid_civil?用法及代碼示例
- Ruby DateTime jisx0301()用法及代碼示例
- Ruby Date cwday()用法及代碼示例
- Ruby Date ctime()用法及代碼示例
- Ruby Date.gregorian?用法及代碼示例
- Ruby DRb.regist_server用法及代碼示例
- Ruby DH.public_key用法及代碼示例
- Ruby Date asctime()用法及代碼示例
- Ruby DateTime類用法及代碼示例
- Ruby DateTime.hour用法及代碼示例
- Ruby DateTime.jd用法及代碼示例
- Ruby DateTime.zone用法及代碼示例
- Ruby DateTime ordinal()用法及代碼示例
- Ruby DateTime.second用法及代碼示例
- Ruby Date.strftime用法及代碼示例
- Ruby Digest.update用法及代碼示例
- Ruby DSA.export用法及代碼示例
注:本文由純淨天空篩選整理自ruby-lang.org大神的英文原創作品 DependencyGraph.tsort。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。