Talk:Topological sort/Extracted top item: Difference between revisions

m
added a TOC.
(→‎Python output: nothing wrong)
m (added a TOC.)
 
Line 1:
__TOC__
 
==Reasons for draft status==
 
I think it is worthwhile as this task extracts and orders just those items necessary to compile a given top level whereas [[Topological sort]] would order everything. Hopefully you do too? --[[User:Paddy3118|Paddy3118]] 19:48, 6 October 2010 (UTC)
: This seems like a variation on a theme. But I have to ask if my current J implementation satisfies your intent for what you wanted displayed? (If not, could you update the task description with whatever additional requirements?) --[[User:Rdm|Rdm]] 16:56, 13 October 2010 (UTC)
Line 27 ⟶ 30:
 
:Ok, I have added "top level support" for J. However, I could not see any way to make this result relevant to the compile order, and it was quite simple to implement without reference to my dependency structure (the <code>depends</code> value), so I implemented it as an independent word. --[[User:Rdm|Rdm]] 18:40, 15 October 2010 (UTC)
 
 
== Python output ==